Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|