Freddolin commited on
Commit
d2f6b32
·
verified ·
1 Parent(s): 80947a5

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
  submit_url = f"{api_url}/submit"
56
 
57
  # 1. Instantiate Agent ( modify this part to create your agent)
58
- try:
59
  agent = GAIAAgent()
60
  except Exception as e:
61
  return f"Error initializing agent: {e}", None
 
55
  submit_url = f"{api_url}/submit"
56
 
57
  # 1. Instantiate Agent ( modify this part to create your agent)
58
+ try:
59
  agent = GAIAAgent()
60
  except Exception as e:
61
  return f"Error initializing agent: {e}", None