Spaces:
Build error
Build error
RobotJelly
commited on
Commit
·
62bd40d
1
Parent(s):
4d9725d
requirements.txt
Browse files- requirements.txt +2 -5
requirements.txt
CHANGED
@@ -1,8 +1,5 @@
|
|
1 |
-
|
2 |
-
torch==1.7.1+cpu
|
3 |
-
torchvision==0.8.2+cpu
|
4 |
ftfy
|
5 |
regex
|
6 |
tqdm
|
7 |
-
transformers
|
8 |
-
git+https://github.com/openai/CLIP.git
|
|
|
1 |
+
torchvision
|
|
|
|
|
2 |
ftfy
|
3 |
regex
|
4 |
tqdm
|
5 |
+
transformers
|
|