Coool2 commited on
Commit
ec692d1
·
1 Parent(s): 85e9c45

Update requirements.txt

Browse files
Files changed (1) hide show
  1. 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