keynes42 commited on
Commit
97e6ed5
·
verified ·
1 Parent(s): b6510e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -286,8 +286,8 @@ if __name__ == "__main__":
286
  print("-"*(60 + len(" App Starting ")) + "\n")
287
 
288
  # Test the agent
289
- # agent = BasicAgent()
290
- # agent.agent.run("What is 2+2?")
291
 
292
  print("Launching Gradio Interface for Basic Agent Evaluation...")
293
  demo.launch(debug=True, share=False)
 
286
  print("-"*(60 + len(" App Starting ")) + "\n")
287
 
288
  # Test the agent
289
+ agent = BasicAgent()
290
+ agent.agent.run("What is 2+2?")
291
 
292
  print("Launching Gradio Interface for Basic Agent Evaluation...")
293
  demo.launch(debug=True, share=False)