jjvelezo commited on
Commit
d36a7da
·
verified ·
1 Parent(s): dfc1441

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def run_and_submit_all(profile: gr.OAuthProfile | None):
38
 
39
  # 1. Instantiate Agent
40
  try:
41
- agent = HuggingFaceAgent()
42
  except Exception as e:
43
  print(f"Error instantiating agent: {e}")
44
  return f"Error initializing agent: {e}", None
 
38
 
39
  # 1. Instantiate Agent
40
  try:
41
+ agent = DuckDuckGoAgent()
42
  except Exception as e:
43
  print(f"Error instantiating agent: {e}")
44
  return f"Error initializing agent: {e}", None