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

Update app.py

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