FredinVázquez commited on
Commit
765ce61
·
1 Parent(s): d5a2be2

add correct server name

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="localhost",
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,