Spaces:
Runtime error
Runtime error
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 |
|