Spaces:
Sleeping
Sleeping
demo share
Browse files
app.py
CHANGED
@@ -71,5 +71,5 @@ with gr.Blocks() as demo:
|
|
71 |
|
72 |
audio_button.click(fn=extract_from_audio, inputs=audio_input, outputs=audio_output)
|
73 |
|
74 |
-
demo.launch(server_name="0.0.0.0", server_port=7860)
|
75 |
|
|
|
71 |
|
72 |
audio_button.click(fn=extract_from_audio, inputs=audio_input, outputs=audio_output)
|
73 |
|
74 |
+
demo.launch(server_name="0.0.0.0", share=True, server_port=7860)
|
75 |
|