FergusFindley commited on
Commit
17c4da9
·
verified ·
1 Parent(s): 14cc029

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
78
  # 1. Instantiate Agent ( modify this part to create your agent)
79
  try:
80
  agent = BasicAgent()
81
- agent = DummyAgent()
82
  except Exception as e:
83
  print(f"Error instantiating agent: {e}")
84
  return f"Error initializing agent: {e}", None
 
78
  # 1. Instantiate Agent ( modify this part to create your agent)
79
  try:
80
  agent = BasicAgent()
81
+ # agent = DummyAgent()
82
  except Exception as e:
83
  print(f"Error instantiating agent: {e}")
84
  return f"Error initializing agent: {e}", None