binqiangliu commited on
Commit
fee5ff6
1 Parent(s): 50507e6

Update app.py

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