Spaces:
Runtime error
Runtime error
Update app.py
Browse filesI added the share=True argument in the launch function
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)
|