lemonteaa commited on
Commit
732086d
·
verified ·
1 Parent(s): 9236da3

Update chat_demo.py

Browse files
Files changed (1) hide show
  1. chat_demo.py +2 -1
chat_demo.py CHANGED
@@ -81,4 +81,5 @@ with gr.Blocks() as demo:
81
  .success(fn=clean_file, inputs=[orig_path])
82
  download_file.download(on_download, None, None)
83
 
84
- demo.queue(max_size=10, api_open=True).launch()
 
 
81
  .success(fn=clean_file, inputs=[orig_path])
82
  download_file.download(on_download, None, None)
83
 
84
+ demo.queue(max_size=10, api_open=True).launch(server_name='0.0.0.0')
85
+