Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +8 -13
requirements.txt
CHANGED
@@ -1,14 +1,9 @@
|
|
1 |
-
|
2 |
-
torch
|
3 |
-
torchvision==0.15.2
|
4 |
-
torchaudio==2.0.2
|
5 |
transformers==4.37.2
|
6 |
-
|
7 |
-
decord
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
huggingface_hub==0.22.2
|
13 |
-
accelerate==0.29.3
|
14 |
-
bitsandbytes==0.43.1
|
|
|
1 |
+
gradio
|
2 |
+
torch
|
|
|
|
|
3 |
transformers==4.37.2
|
4 |
+
modelscope
|
5 |
+
decord
|
6 |
+
ultralytics
|
7 |
+
numpy
|
8 |
+
opencv-python
|
9 |
+
Pillow
|
|
|
|
|
|