Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==5.42.0
|
2 |
+
groq==0.4.1
|
3 |
+
pandas==2.0.3
|
4 |
+
numpy==1.24.3
|
5 |
+
python-dotenv==1.0.0
|
6 |
+
typing-extensions==4.7.1
|
7 |
+
requests==2.31.0
|
8 |
+
aiohttp==3.8.5
|
9 |
+
pydantic==2.4.2
|