yakhyo commited on
Commit
f642cbb
·
1 Parent(s): 131f505

chore: Change the localhost

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="127.0.0.1")
 
92
  gr.Audio(value=sample_audio, label="Example Audio", type="filepath", interactive=False)
93
 
94
 
95
+ demo.launch(server_name="0.0.0.0")