Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +9 -2
requirements.txt
CHANGED
@@ -1,2 +1,9 @@
|
|
1 |
-
gradio
|
2 |
-
requests
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==5.27.1
|
2 |
+
requests==2.32.3
|
3 |
+
pandas==2.2.3
|
4 |
+
openai-whisper==20240930
|
5 |
+
openpyxl==3.1.5
|
6 |
+
smolagents==1.14.0
|
7 |
+
beautifulsoup4==4.13.4
|
8 |
+
duckduckgo_search==8.0.1
|
9 |
+
smolagents[openai]==1.14.0
|