Spaces:
Sleeping
Sleeping
binqiangliu
commited on
Commit
•
37f7177
1
Parent(s):
29080fa
Update app.py
Browse files
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=
|
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()
|