Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +16 -7
requirements.txt
CHANGED
@@ -1,7 +1,16 @@
|
|
1 |
-
gradio
|
2 |
-
|
3 |
-
|
4 |
-
Pillow
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio==4.12.0
|
2 |
+
numpy==1.26.2
|
3 |
+
opencv-python==4.8.1.78
|
4 |
+
Pillow==10.1.0
|
5 |
+
scipy==1.11.4
|
6 |
+
scikit-image==0.22.0
|
7 |
+
transformers==4.36.2
|
8 |
+
torch==2.1.2
|
9 |
+
pandas==2.1.4
|
10 |
+
matplotlib==3.8.2
|
11 |
+
protobuf==4.25.1
|
12 |
+
sentencepiece==0.1.99
|
13 |
+
tokenizers==0.15.0
|
14 |
+
huggingface-hub==0.19.4
|
15 |
+
accelerate==0.25.0
|
16 |
+
safetensors==0.4.1
|