Spaces:
Sleeping
Sleeping
Update chat_demo.py
Browse files- 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 |
+
|