S0h9l commited on
Commit
0d1b1a4
·
1 Parent(s): c608608

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -52,4 +52,8 @@ gr.Interface(
52
  inputs=[
53
  gr.inputs.Audio(source="microphone", type="filepath")
54
  ],
55
- outputs=["text"]).launch(share=True)
 
 
 
 
 
52
  inputs=[
53
  gr.inputs.Audio(source="microphone", type="filepath")
54
  ],
55
+ ,
56
+ outputs=[
57
+ "textbox"
58
+ ],
59
+ live=True).launch()