Spaces:
Runtime error
Runtime error
Deploy GAIA agent
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
# Core dependencies
|
2 |
gradio==4.44.0
|
3 |
-
requests
|
4 |
pandas==2.0.3
|
5 |
numpy==1.24.3
|
6 |
|
7 |
# SmolaAgent framework - lightweight agent framework
|
8 |
-
smolagents
|
9 |
|
10 |
# Image processing (lightweight)
|
11 |
Pillow==10.0.1
|
|
|
1 |
# Core dependencies
|
2 |
gradio==4.44.0
|
3 |
+
requests
|
4 |
pandas==2.0.3
|
5 |
numpy==1.24.3
|
6 |
|
7 |
# SmolaAgent framework - lightweight agent framework
|
8 |
+
smolagents
|
9 |
|
10 |
# Image processing (lightweight)
|
11 |
Pillow==10.0.1
|