Spaces:
Runtime error
Runtime error
Commit
·
998bf2a
1
Parent(s):
6a6d678
port
Browse files
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": "
|
| 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 |
)
|