Update app.py
Browse files
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)
|