Spaces:
Build error
Build error
Create requirements.txt
Browse files- requirements.txt +16 -0
requirements.txt
ADDED
@@ -0,0 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Core dependencies
|
2 |
+
gradio==5.21.0
|
3 |
+
gradio_client==1.7.2
|
4 |
+
qwen-omni-utils==0.0.3
|
5 |
+
librosa==0.11.0
|
6 |
+
ffmpeg==1.4
|
7 |
+
ffmpeg-python==0.2.0
|
8 |
+
soundfile==0.13.1
|
9 |
+
modelscope_studio==1.2.2
|
10 |
+
git+https://github.com/huggingface/transformers@3a1ead0aabed473eafe527915eea8c197d424356
|
11 |
+
accelerate
|
12 |
+
av
|
13 |
+
|
14 |
+
# Optional dependency
|
15 |
+
# Uncomment the following line if you need flash-attn
|
16 |
+
# flash-attn==2.7.4.post1
|