Spaces:
Sleeping
Sleeping
Update app.py
Browse filesAdd share=True for public link
app.py
CHANGED
@@ -27,4 +27,4 @@ with gr.Blocks() as demo:
|
|
27 |
submit_button.click(fn=transcribe, inputs=audio_input, outputs=text_output)
|
28 |
|
29 |
|
30 |
-
demo.launch()
|
|
|
27 |
submit_button.click(fn=transcribe, inputs=audio_input, outputs=text_output)
|
28 |
|
29 |
|
30 |
+
demo.launch(share=True)
|