Spaces:
Running
Running
Disable SSR mode (HF Spaces container blocks localhost healthcheck)
Browse files
app.py
CHANGED
|
@@ -2283,4 +2283,4 @@ Models: [epicure-cooc](https://huggingface.co/Kaikaku/epicure-cooc) 路 [epicure-
|
|
| 2283 |
)
|
| 2284 |
|
| 2285 |
if __name__ == "__main__":
|
| 2286 |
-
demo.launch()
|
|
|
|
| 2283 |
)
|
| 2284 |
|
| 2285 |
if __name__ == "__main__":
|
| 2286 |
+
demo.launch(server_name="0.0.0.0", server_port=7860, ssr_mode=False)
|