Spaces:
Sleeping
Sleeping
KoonJamesZ
commited on
Update requirements.txt
Browse files- requirements.txt +11 -2
requirements.txt
CHANGED
@@ -3,8 +3,17 @@ transformers
|
|
3 |
qwen-vl-utils
|
4 |
accelerate
|
5 |
gradio
|
6 |
-
moviepy
|
7 |
ultralytics
|
8 |
optimum
|
9 |
auto-gptq
|
10 |
-
bitsandbytes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
qwen-vl-utils
|
4 |
accelerate
|
5 |
gradio
|
|
|
6 |
ultralytics
|
7 |
optimum
|
8 |
auto-gptq
|
9 |
+
bitsandbytes
|
10 |
+
moviepy==1.0.3
|
11 |
+
numpy>=1.18.1
|
12 |
+
imageio>=2.5.0
|
13 |
+
decorator>=4.3.0
|
14 |
+
tqdm>=4.0.0
|
15 |
+
Pillow>=7.0.0
|
16 |
+
scipy>=1.3.0
|
17 |
+
pydub>=0.23.0
|
18 |
+
audiofile>=0.0.0
|
19 |
+
opencv-python>=4.5
|