pavan-d commited on
Commit
dbfd5be
·
verified ·
1 Parent(s): 067f815

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
71
  try:
72
  # agent = BasicAgent()
73
  # agent = GAIAAgent()
74
- agent = FakeAgent()
75
  except Exception as e:
76
  print(f"Error instantiating agent: {e}")
77
  return f"Error initializing agent: {e}", None
 
71
  try:
72
  # agent = BasicAgent()
73
  # agent = GAIAAgent()
74
+ agent = TestAgent()
75
  except Exception as e:
76
  print(f"Error instantiating agent: {e}")
77
  return f"Error initializing agent: {e}", None