Spaces:
Running
Running
Jiawei Dong commited on
Commit ·
461e031
1
Parent(s): e2eb98f
eng updated
Browse files
app.py
CHANGED
|
@@ -843,6 +843,5 @@ demo = build_ui()
|
|
| 843 |
demo.queue(default_concurrency_limit=2)
|
| 844 |
|
| 845 |
if __name__ == "__main__":
|
| 846 |
-
# Spaces health-check needs 0.0.0.0
|
| 847 |
-
# the Space stuck on Restarting/Starting.
|
| 848 |
demo.launch(server_name="0.0.0.0", server_port=7860)
|
|
|
|
| 843 |
demo.queue(default_concurrency_limit=2)
|
| 844 |
|
| 845 |
if __name__ == "__main__":
|
| 846 |
+
# Spaces health-check needs 0.0.0.0 (not 127.0.0.1).
|
|
|
|
| 847 |
demo.launch(server_name="0.0.0.0", server_port=7860)
|