Update requirements.txt
Browse files- requirements.txt +10 -8
requirements.txt
CHANGED
|
@@ -1,8 +1,10 @@
|
|
| 1 |
-
gradio==4.44.0
|
| 2 |
-
opencv-python==4.10.0.84
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==4.44.0
|
| 2 |
+
opencv-python==4.10.0.84
|
| 3 |
+
numpy==1.26.4
|
| 4 |
+
pandas==2.2.3
|
| 5 |
+
transformers==4.44.2
|
| 6 |
+
torch==2.4.1
|
| 7 |
+
scikit-learn==1.5.2
|
| 8 |
+
faiss-cpu==1.8.0
|
| 9 |
+
twilio==9.3.0
|
| 10 |
+
python-dotenv==1.0.1
|