optionEdge commited on
Commit
f3787ed
·
verified ·
1 Parent(s): 78683dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -47,7 +47,10 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
47
  #*
48
 
49
  try:
50
- agent = BasicAgent()
 
 
 
51
  except Exception as e:
52
  print(f"Error instantiating agent: {e}")
53
  return f"Error initializing agent: {e}", None
 
47
  #*
48
 
49
  try:
50
+ # agent = BasicAgent()
51
+ #*
52
+ agent = newAgent()
53
+ #*
54
  except Exception as e:
55
  print(f"Error instantiating agent: {e}")
56
  return f"Error initializing agent: {e}", None