Spaces:
Running on Zero
Running on Zero
Tran Dang Khoa commited on
Commit ·
86efd20
1
Parent(s): 16f4d46
Add application file
Browse files
webui.py
CHANGED
|
@@ -119,7 +119,7 @@ def launch_webui_with_port_fallback(app, config):
|
|
| 119 |
queued_app.launch(
|
| 120 |
server_name="0.0.0.0",
|
| 121 |
inbrowser=not config.noautoopen,
|
| 122 |
-
share=
|
| 123 |
server_port=config.listen_port,
|
| 124 |
)
|
| 125 |
return config.listen_port
|
|
|
|
| 119 |
queued_app.launch(
|
| 120 |
server_name="0.0.0.0",
|
| 121 |
inbrowser=not config.noautoopen,
|
| 122 |
+
share=True,
|
| 123 |
server_port=config.listen_port,
|
| 124 |
)
|
| 125 |
return config.listen_port
|