Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
@@ -1,17 +1,18 @@
|
|
1 |
git+https://github.com/huggingface/peft.git
|
2 |
huggingface_hub
|
3 |
-
|
|
|
|
|
4 |
spaces
|
5 |
sentencepiece
|
6 |
-
torchvision
|
7 |
audiosegment
|
|
|
8 |
asyncio
|
9 |
scipy
|
10 |
librosa
|
|
|
11 |
pydub
|
12 |
git+https://github.com/huggingface/diffusers.git
|
13 |
git+https://github.com/huggingface/transformers.git
|
14 |
git+https://github.com/huggingface/accelerate.git
|
15 |
-
|
16 |
-
edge-tts
|
17 |
-
decord
|
|
|
1 |
git+https://github.com/huggingface/peft.git
|
2 |
huggingface_hub
|
3 |
+
torchvision==0.19.0
|
4 |
+
transformers-stream-generator==0.0.4
|
5 |
+
gradio_client==1.3.0
|
6 |
spaces
|
7 |
sentencepiece
|
|
|
8 |
audiosegment
|
9 |
+
av
|
10 |
asyncio
|
11 |
scipy
|
12 |
librosa
|
13 |
+
qwen-vl-utils==0.0.2
|
14 |
pydub
|
15 |
git+https://github.com/huggingface/diffusers.git
|
16 |
git+https://github.com/huggingface/transformers.git
|
17 |
git+https://github.com/huggingface/accelerate.git
|
18 |
+
edge-tts
|
|
|
|