Dangouv commited on
Commit
d7778bb
·
verified ·
1 Parent(s): 5a70b84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -320,5 +320,4 @@ if __name__ == "__main__":
320
  print("-"*(60 + len(" App Starting ")) + "\n")
321
 
322
  print("Launching Gradio Interface for Basic Agent Evaluation...")
323
- # Use a different port to avoid conflicts
324
- demo.launch(debug=True, share=False, server_port=7861)
 
320
  print("-"*(60 + len(" App Starting ")) + "\n")
321
 
322
  print("Launching Gradio Interface for Basic Agent Evaluation...")
323
+ demo.launch(debug=True, share=False)