FredinVázquez commited on
Commit ·
765ce61
1
Parent(s): d5a2be2
add correct server name
Browse files
app.py
CHANGED
|
@@ -157,7 +157,7 @@ def main() -> None:
|
|
| 157 |
# log.info("Starting Cook With Me (mock=%s, gpu=%s)", config.is_mock(), config.is_gpu_enabled())
|
| 158 |
demo = build_ui()
|
| 159 |
demo.launch(
|
| 160 |
-
server_name="
|
| 161 |
server_port=int(__import__("os").environ.get("PORT", 7860)),
|
| 162 |
show_error=True,
|
| 163 |
inbrowser=True,
|
|
|
|
| 157 |
# log.info("Starting Cook With Me (mock=%s, gpu=%s)", config.is_mock(), config.is_gpu_enabled())
|
| 158 |
demo = build_ui()
|
| 159 |
demo.launch(
|
| 160 |
+
server_name="0.0.0.0",
|
| 161 |
server_port=int(__import__("os").environ.get("PORT", 7860)),
|
| 162 |
show_error=True,
|
| 163 |
inbrowser=True,
|