Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
pillow
|
2 |
-
torch
|
3 |
-
torchvision
|
4 |
-
transfomers
|
5 |
-
|
6 |
requests
|
|
|
1 |
pillow
|
2 |
+
torch==2.0.1
|
3 |
+
torchvision==0.15.2
|
4 |
+
transfomers==4.43.1
|
5 |
+
clip ==1.0
|
6 |
requests
|