xiaozhongji commited on
Commit
5d4d2b0
·
1 Parent(s): 375fd74
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,6 +124,6 @@ with gr.Blocks(title="Sonic") as demo:
124
  cache_examples=False,)
125
  gr.Markdown(TAIL)
126
 
127
- demo.launch(server_name='0.0.0.0', server_port=8081, share=True, enable_queue=True)
128
 
129
 
 
124
  cache_examples=False,)
125
  gr.Markdown(TAIL)
126
 
127
+ demo.launch()
128
 
129