Nienke Dekkema commited on
Commit
1694ee6
·
1 Parent(s): 8027c6a

fixed requirements.txt

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +5 -1
app.py CHANGED
@@ -205,4 +205,4 @@ if __name__ == "__main__":
205
  print("-"*(60 + len(" App Starting ")) + "\n")
206
 
207
  print("Launching Gradio Interface for Basic Agent Evaluation...")
208
- demo.launch(debug=False, share=False)
 
205
  print("-"*(60 + len(" App Starting ")) + "\n")
206
 
207
  print("Launching Gradio Interface for Basic Agent Evaluation...")
208
+ demo.launch(debug=False, share=True)
requirements.txt CHANGED
@@ -1,2 +1,6 @@
1
  gradio
2
- requests
 
 
 
 
 
1
  gradio
2
+ requests
3
+ pandas
4
+ smolagents
5
+ huggingface_hub
6
+ python-dotenv