Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
@@ -1,3 +1,7 @@
|
|
1 |
git+https://github.com/huggingface/transformers.git@main
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
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==2.0.0
|
6 |
+
torchvision==0.15.1
|
7 |
+
transformers==4.36.2
|