Spaces:
Sleeping
Sleeping
binqiangliu
commited on
Commit
•
fee5ff6
1
Parent(s):
50507e6
Update app.py
Browse files
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 |
-
|
|
|
69 |
bot = gr.Interface(fn=transcribe, inputs=gr.Audio(source="microphone", type="filepath"), outputs="audio")
|
70 |
bot.launch(share=False)
|
71 |
|
72 |
+
iface.share()
|