LeVinh commited on
Commit
21618f6
·
1 Parent(s): c09239f

fix again...

Browse files
Files changed (1) hide show
  1. eval.py +1 -1
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(debug=True, share=False)
 
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)