binqiangliu commited on
Commit
37f7177
1 Parent(s): 29080fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,6 +66,6 @@ def transcribe(audio):
66
  # Gradio output
67
 
68
  bot = gr.Interface(fn=transcribe, inputs=gr.Audio(source="microphone", type="filepath"), outputs="audio")
69
- bot.launch(share=True)
70
 
71
  iface.share()
 
66
  # Gradio output
67
 
68
  bot = gr.Interface(fn=transcribe, inputs=gr.Audio(source="microphone", type="filepath"), outputs="audio")
69
+ bot.launch(share=False)
70
 
71
  iface.share()