DrishtiSharma commited on
Commit
d0bf313
1 Parent(s): b6b5382

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ inputs = [
55
  gr.inputs.Audio(source="microphone", type="filepath", optional=True, label="Speaker #1"),
56
  ]
57
 
58
- outputs = gr.outputs.Textbox(label="Output Text")
59
 
60
  gr.Interface(
61
  fn=fn,
 
55
  gr.inputs.Audio(source="microphone", type="filepath", optional=True, label="Speaker #1"),
56
  ]
57
 
58
+ output = gr.outputs.Textbox(label="Output Text")
59
 
60
  gr.Interface(
61
  fn=fn,