Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +12 -8
requirements.txt
CHANGED
@@ -1,8 +1,12 @@
|
|
1 |
-
gradio>=
|
2 |
-
torch>=
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio>=4.0.0
|
2 |
+
torch>=2.0.0
|
3 |
+
transformers>=4.30.0
|
4 |
+
numpy>=1.24.0
|
5 |
+
pandas>=2.0.0
|
6 |
+
matplotlib>=3.7.0
|
7 |
+
scikit-learn>=1.2.0
|
8 |
+
plotly>=5.14.0
|
9 |
+
tqdm>=4.65.0
|
10 |
+
Pillow>=9.5.0
|
11 |
+
statsmodels>=0.14.0
|
12 |
+
scipy>=1.10.0
|