avfranco commited on
Commit
fcc7f4a
·
1 Parent(s): 9f90f55

final assignment gaia agent tools submission enabled system prompt litellm login

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -163,6 +163,6 @@ if __name__ == "__main__":
163
 
164
  print(f"Launching Gradio Interface for {space_id_startup} Agent Evaluation...")
165
 
166
- login()
167
 
168
  demo.launch(debug=True, share=False)
 
163
 
164
  print(f"Launching Gradio Interface for {space_id_startup} Agent Evaluation...")
165
 
166
+ login(token=os.getenv("HUGGINGFACEHUB_API_TOKEN"), add_to_git_credential=True)
167
 
168
  demo.launch(debug=True, share=False)