Spaces:
Running
on
Zero
Running
on
Zero
tori29umai
commited on
Commit
•
3c2eeb3
1
Parent(s):
49a3b3c
Update app.py
Browse files
app.py
CHANGED
@@ -867,7 +867,7 @@ async def start_gradio():
|
|
867 |
demo.launch(
|
868 |
server_name='0.0.0.0',
|
869 |
server_port=port,
|
870 |
-
share=
|
871 |
favicon_path=os.path.join(os.path.dirname(os.path.abspath(__file__)), "custom.html")
|
872 |
)
|
873 |
|
|
|
867 |
demo.launch(
|
868 |
server_name='0.0.0.0',
|
869 |
server_port=port,
|
870 |
+
share=True,
|
871 |
favicon_path=os.path.join(os.path.dirname(os.path.abspath(__file__)), "custom.html")
|
872 |
)
|
873 |
|