remotewith commited on
Commit
4e654b6
1 Parent(s): 1127158

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -125,7 +125,7 @@ app1=gr.Interface(
125
 
126
  ],
127
  outputs=[
128
- (gr.outputs.Textbox(label='Transcript')
129
 
130
  ]
131
  )
 
125
 
126
  ],
127
  outputs=[
128
+ gr.outputs.Textbox(label='Transcript')
129
 
130
  ]
131
  )