Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
Pillow==10.1.0
|
|
|
2 |
torch==2.1.2
|
3 |
torchvision==0.16.2
|
4 |
-
transformers==4.
|
5 |
sentencepiece==0.1.99
|
6 |
opencv-python
|
7 |
-
gradio
|
8 |
-
numpy==1.26.4
|
|
|
1 |
Pillow==10.1.0
|
2 |
+
timm==0.9.10
|
3 |
torch==2.1.2
|
4 |
torchvision==0.16.2
|
5 |
+
transformers==4.36.0
|
6 |
sentencepiece==0.1.99
|
7 |
opencv-python
|
8 |
+
gradio
|
|