binqiangliu commited on
Commit
c07f9b9
·
1 Parent(s): 53eef7a

Upload folder using huggingface_hub

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