rtamaki commited on
Commit
699da15
·
verified ·
1 Parent(s): d50e869

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
55
 
56
  # 1. Instantiate Agent ( modify this part to create your agent)
57
  try:
58
- agent = BasicAgent()
59
  except Exception as e:
60
  print(f"Error instantiating agent: {e}")
61
  return f"Error initializing agent: {e}", None
 
55
 
56
  # 1. Instantiate Agent ( modify this part to create your agent)
57
  try:
58
+ agent = SmolAgent()
59
  except Exception as e:
60
  print(f"Error instantiating agent: {e}")
61
  return f"Error initializing agent: {e}", None