Spaces:
Configuration error
Configuration error
Update requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
@@ -35,6 +35,10 @@ openpyxl>=3.1.0
|
|
35 |
pandas>=2.0.0
|
36 |
Pillow>=9.0.0
|
37 |
|
|
|
|
|
|
|
|
|
38 |
# NEW: Audio/Video processing (for VideoAudioReader)
|
39 |
pydub>=0.25.1
|
40 |
speechrecognition>=3.10.0
|
|
|
35 |
pandas>=2.0.0
|
36 |
Pillow>=9.0.0
|
37 |
|
38 |
+
# Qwen
|
39 |
+
accelerate
|
40 |
+
qwen-vl-utils[decord]
|
41 |
+
|
42 |
# NEW: Audio/Video processing (for VideoAudioReader)
|
43 |
pydub>=0.25.1
|
44 |
speechrecognition>=3.10.0
|