Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +16 -16
requirements.txt
CHANGED
|
@@ -1,17 +1,17 @@
|
|
| 1 |
-
torch
|
| 2 |
-
torchvision
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
ultralytics==8.3.128
|
| 10 |
-
opencv-python==4.11.0.86
|
| 11 |
-
pillow==11.2.1
|
| 12 |
-
gradio==5.32.0
|
| 13 |
-
matplotlib==3.10.0
|
| 14 |
-
requests==2.32.3
|
| 15 |
-
yt-dlp==2025.5.22
|
| 16 |
-
urllib3==2.4.0
|
| 17 |
git+https://github.com/openai/CLIP.git
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch>=2.0.0
|
| 2 |
+
torchvision>=0.15.0
|
| 3 |
+
ultralytics>=8.0.0
|
| 4 |
+
opencv-python>=4.7.0
|
| 5 |
+
pillow>=9.4.0
|
| 6 |
+
numpy>=1.23.5
|
| 7 |
+
matplotlib>=3.7.0
|
| 8 |
+
gradio>=3.32.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
git+https://github.com/openai/CLIP.git
|
| 10 |
+
yt-dlp>=2023.3.4
|
| 11 |
+
requests>=2.28.1
|
| 12 |
+
transformers
|
| 13 |
+
accelerate
|
| 14 |
+
bitsandbytes
|
| 15 |
+
sentencepiece
|
| 16 |
+
huggingface_hub>=0.19.0
|
| 17 |
+
urllib3>=1.26.0
|