Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +9 -2
requirements.txt
CHANGED
|
@@ -1,2 +1,9 @@
|
|
| 1 |
-
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio==3.50.2
|
| 2 |
+
torch==2.0.1
|
| 3 |
+
transformers==4.30.2
|
| 4 |
+
Pillow==9.5.0
|
| 5 |
+
matplotlib==3.7.1
|
| 6 |
+
scikit-learn==1.2.2
|
| 7 |
+
tqdm==4.65.0
|
| 8 |
+
pandas==2.0.2
|
| 9 |
+
numpy==1.24.3
|