keynes42 commited on
Commit
0db4386
·
verified ·
1 Parent(s): 0a6e6cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -322,8 +322,8 @@ if __name__ == "__main__":
322
  print("-"*(60 + len(" App Starting ")) + "\n")
323
 
324
  # Test the agent
325
- agent = BasicAgent(hf_token=hf_token).agent
326
- agent.run("What is 2+2?")
327
 
328
  print("Launching Gradio Interface for Basic Agent Evaluation...")
329
  demo.launch(debug=True, share=False)
 
322
  print("-"*(60 + len(" App Starting ")) + "\n")
323
 
324
  # Test the agent
325
+ # agent = BasicAgent(hf_token=hf_token).agent
326
+ # agent.run("What is 2+2?")
327
 
328
  print("Launching Gradio Interface for Basic Agent Evaluation...")
329
  demo.launch(debug=True, share=False)