Spaces:
Running
Running
chore: Change the localhost
Browse files
app.py
CHANGED
@@ -92,4 +92,4 @@ with gr.Blocks() as demo:
|
|
92 |
gr.Audio(value=sample_audio, label="Example Audio", type="filepath", interactive=False)
|
93 |
|
94 |
|
95 |
-
demo.launch(server_name="
|
|
|
92 |
gr.Audio(value=sample_audio, label="Example Audio", type="filepath", interactive=False)
|
93 |
|
94 |
|
95 |
+
demo.launch(server_name="0.0.0.0")
|