Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
torch
|
2 |
transformers
|
3 |
gradio
|
4 |
Pillow
|
5 |
-
|
6 |
-
torchvision==0.8.2
|
7 |
pandas
|
8 |
-
scikit-learn
|
|
|
|
1 |
+
torch>=1.11.0
|
2 |
transformers
|
3 |
gradio
|
4 |
Pillow
|
5 |
+
torchvision
|
|
|
6 |
pandas
|
7 |
+
scikit-learn
|
8 |
+
ftfy
|