Spaces:
Runtime error
Runtime error
Update app.py
#1
by
Meshwa
- opened
app.py
CHANGED
@@ -39,4 +39,4 @@ gr.Interface(
|
|
39 |
fn=transcribe,
|
40 |
inputs=[gr.Audio(source="microphone", type="filepath")],
|
41 |
outputs=["textbox"]
|
42 |
-
).launch()
|
|
|
39 |
fn=transcribe,
|
40 |
inputs=[gr.Audio(source="microphone", type="filepath")],
|
41 |
outputs=["textbox"]
|
42 |
+
).launch(share=True)
|