Spaces:
Sleeping
Sleeping
binqiangliu
commited on
Commit
·
c07f9b9
1
Parent(s):
53eef7a
Upload folder using huggingface_hub
Browse files
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=
|
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()
|