Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +8 -7
requirements.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
gradio>=4.19.2
|
2 |
-
|
3 |
-
|
|
|
|
|
4 |
Pillow>=10.2.0
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
python-multipart>=0.0.9
|
|
|
1 |
gradio>=4.19.2
|
2 |
+
torch>=2.2.0
|
3 |
+
torchvision>=0.17.0
|
4 |
+
transformers>=4.37.2
|
5 |
+
accelerate>=0.26.1
|
6 |
Pillow>=10.2.0
|
7 |
+
pandas>=2.2.0
|
8 |
+
safetensors>=0.4.1
|
9 |
+
sentencepiece>=0.1.99
|
10 |
+
huggingface-hub>=0.20.3
|
|