Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
timm==0.4.12
|
| 2 |
-
transformers
|
| 3 |
fairscale==0.4.4
|
| 4 |
pycocoevalcap
|
| 5 |
torch
|
| 6 |
torchvision
|
| 7 |
Pillow
|
| 8 |
scipy
|
| 9 |
-
git+https://github.com/openai/CLIP.git
|
| 10 |
git+https://github.com/xinyu1205/recognize-anything.git
|
|
|
|
| 1 |
timm==0.4.12
|
| 2 |
+
transformers==4.25.1
|
| 3 |
fairscale==0.4.4
|
| 4 |
pycocoevalcap
|
| 5 |
torch
|
| 6 |
torchvision
|
| 7 |
Pillow
|
| 8 |
scipy
|
| 9 |
+
clip @ git+https://github.com/openai/CLIP.git
|
| 10 |
git+https://github.com/xinyu1205/recognize-anything.git
|