0r0b0r0s commited on
Commit
40b946e
·
verified ·
1 Parent(s): 21b853b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
69
  # 1. Instantiate Agent ( modify this part to create your agent)
70
  try:
71
  # Set this in Space settings
72
- agent = BasicAgent(hf_token=hf_token)
73
  except Exception as e:
74
  print(f"Error instantiating agent: {e}")
75
  return f"Error initializing agent: {e}", None
 
69
  # 1. Instantiate Agent ( modify this part to create your agent)
70
  try:
71
  # Set this in Space settings
72
+ agent = BasicAgent()
73
  except Exception as e:
74
  print(f"Error instantiating agent: {e}")
75
  return f"Error initializing agent: {e}", None