Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +1 -8
requirements.txt
CHANGED
@@ -1,12 +1,5 @@
|
|
1 |
torch>=2.0.0
|
2 |
-
torchvision>=0.15.0
|
3 |
transformers>=4.30.0
|
4 |
gradio>=4.0.0
|
5 |
Pillow>=9.5.0
|
6 |
-
numpy>=1.24.0
|
7 |
-
sentencepiece>=0.1.99
|
8 |
-
fairscale>=0.4.13
|
9 |
-
timm>=0.9.0
|
10 |
-
opencv-python>=4.7.0
|
11 |
-
matplotlib>=3.7.0
|
12 |
-
scikit-image>=0.20.0
|
|
|
1 |
torch>=2.0.0
|
|
|
2 |
transformers>=4.30.0
|
3 |
gradio>=4.0.0
|
4 |
Pillow>=9.5.0
|
5 |
+
numpy>=1.24.0
|
|
|
|
|
|
|
|
|
|
|
|