Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +11 -9
requirements.txt
CHANGED
@@ -1,9 +1,11 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
Pillow
|
6 |
-
|
7 |
-
|
8 |
-
numpy
|
9 |
-
|
|
|
|
|
|
1 |
+
torch>=2.0.1
|
2 |
+
transformers>=4.40.0
|
3 |
+
gradio>=4.24.0
|
4 |
+
decord>=0.6.0
|
5 |
+
Pillow>=10.3.0
|
6 |
+
ultralytics>=8.0.0
|
7 |
+
opencv-python-headless>=4.9.0.80
|
8 |
+
numpy>=1.26.0
|
9 |
+
modelscope>=1.11.0
|
10 |
+
huggingface_hub>=0.23.0
|
11 |
+
modelscope-studio>=0.5.0
|