Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio>=4.0.0
|
2 |
+
smolagents>=1.18.0
|
3 |
+
asyncio>=3.4.3
|
4 |
+
aiohttp>=3.8.0
|
5 |
+
typing-extensions>=4.0.0
|
6 |
+
pydantic>=2.0.0
|