Spaces:
Sleeping
Sleeping
LeVinh commited on
Commit ·
21618f6
1
Parent(s): c09239f
fix again...
Browse files
eval.py
CHANGED
|
@@ -317,4 +317,4 @@ if __name__ == "__main__":
|
|
| 317 |
print("-"*(60 + len(" App Starting ")) + "\n")
|
| 318 |
|
| 319 |
print("Launching Gradio Interface for Basic Agent Evaluation...")
|
| 320 |
-
demo.launch(
|
|
|
|
| 317 |
print("-"*(60 + len(" App Starting ")) + "\n")
|
| 318 |
|
| 319 |
print("Launching Gradio Interface for Basic Agent Evaluation...")
|
| 320 |
+
demo.launch(server_name="0.0.0.0", server_port=7860, debug=True)
|