Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
CHANGED
|
@@ -4,4 +4,10 @@ torch==2.0.1
|
|
| 4 |
torchvision==0.15.2
|
| 5 |
torchaudio==2.0.2
|
| 6 |
ninja==1.11.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
|
|
|
|
| 4 |
torchvision==0.15.2
|
| 5 |
torchaudio==2.0.2
|
| 6 |
ninja==1.11.1
|
| 7 |
+
git+https://github.com/openai/CLIP.git
|
| 8 |
+
ftfy
|
| 9 |
+
regex
|
| 10 |
+
tqdm
|
| 11 |
+
transformers==4.30.0
|
| 12 |
+
scipy
|
| 13 |
|