Alex Cabrera commited on
Commit
998bf2a
1 Parent(s): 6a6d678
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -71,7 +71,7 @@ def analysis_gpt_mt_main(
71
  zeno_config={
72
  "cache_path": os.path.join(results_dir, "zeno_cache"),
73
  "port": 7860,
74
- "host": "localhost",
75
  "editable": False,
76
  },
77
  )
 
71
  zeno_config={
72
  "cache_path": os.path.join(results_dir, "zeno_cache"),
73
  "port": 7860,
74
+ "host": "0.0.0.0",
75
  "editable": False,
76
  },
77
  )