Spaces:
Runtime error
Runtime error
Phung
commited on
Commit
Β·
29126a9
1
Parent(s):
e748424
Update app.py
Browse files
app.py
CHANGED
@@ -782,4 +782,4 @@ with Blocks(
|
|
782 |
)
|
783 |
|
784 |
main.queue(concurrency_count=1, api_open=False)
|
785 |
-
main.launch(share=False, show_api=False, show_error=True, debug=
|
|
|
782 |
)
|
783 |
|
784 |
main.queue(concurrency_count=1, api_open=False)
|
785 |
+
main.launch(share=False, show_api=False, show_error=True, debug=False, server_name="0.0.0.0")
|