Sborole commited on
Commit
3b28418
·
verified ·
1 Parent(s): 7131ab4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from src.agent import GaiaAgent
9
  # --- Constants ---
10
  DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
11
 
12
- agent = GaiaAgent()
13
 
14
  def run_and_submit_all( profile: gr.OAuthProfile | None):
15
  """
 
9
  # --- Constants ---
10
  DEFAULT_API_URL = "https://agents-course-unit4-scoring.hf.space"
11
 
12
+ agent = BasicAgent()
13
 
14
  def run_and_submit_all( profile: gr.OAuthProfile | None):
15
  """