Update requirements.txt
Browse files- requirements.txt +7 -1
requirements.txt
CHANGED
|
@@ -1 +1,7 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
python-dotenv==1.0.1
|
| 2 |
+
torch==2.2.2
|
| 3 |
+
transformers==4.40.0
|
| 4 |
+
groq>=0.5.0
|
| 5 |
+
pandas==2.2.1
|
| 6 |
+
numpy==1.26.4
|
| 7 |
+
gradio==5.28.0
|