Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
-
git+https://github.com/huggingface/transformers.git@main
|
2 |
gradio==4.14.0
|
3 |
Pillow==10.2.0
|
4 |
spaces==0.20.0
|
5 |
-
torch
|
6 |
torchvision==0.15.1
|
7 |
-
transformers==4.36.2
|
8 |
-
|
|
|
|
|
1 |
gradio==4.14.0
|
2 |
Pillow==10.2.0
|
3 |
spaces==0.20.0
|
4 |
+
torch
|
5 |
torchvision==0.15.1
|
6 |
+
transformers==4.36.2
|
|