Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -930,7 +930,7 @@ def main(port, host, share, api, root_path, inbrowser):
|
|
930 |
app.queue(api_open=api).launch(
|
931 |
server_name=host,
|
932 |
server_port=port,
|
933 |
-
share=
|
934 |
show_api=api,
|
935 |
root_path=root_path,
|
936 |
inbrowser=inbrowser,
|
|
|
930 |
app.queue(api_open=api).launch(
|
931 |
server_name=host,
|
932 |
server_port=port,
|
933 |
+
share=True,
|
934 |
show_api=api,
|
935 |
root_path=root_path,
|
936 |
inbrowser=inbrowser,
|