Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +16 -15
requirements.txt
CHANGED
|
@@ -1,15 +1,16 @@
|
|
| 1 |
-
absl-py
|
| 2 |
-
accelerate==1.6.0
|
| 3 |
-
aiortc
|
| 4 |
-
av
|
| 5 |
-
diffusers
|
| 6 |
-
flash-attn
|
| 7 |
-
librosa
|
| 8 |
-
ml-collections
|
| 9 |
-
numpy
|
| 10 |
-
scipy
|
| 11 |
-
soundfile
|
| 12 |
-
torch
|
| 13 |
-
tqdm
|
| 14 |
-
transformers
|
| 15 |
-
git+https://github.com/microsoft/VibeVoice.git
|
|
|
|
|
|
| 1 |
+
absl-py
|
| 2 |
+
accelerate==1.6.0
|
| 3 |
+
aiortc
|
| 4 |
+
av
|
| 5 |
+
diffusers
|
| 6 |
+
flash-attn
|
| 7 |
+
librosa
|
| 8 |
+
ml-collections
|
| 9 |
+
numpy
|
| 10 |
+
scipy
|
| 11 |
+
soundfile
|
| 12 |
+
torch
|
| 13 |
+
tqdm
|
| 14 |
+
transformers
|
| 15 |
+
git+https://github.com/microsoft/VibeVoice.git
|
| 16 |
+
pydub>=0.25.1
|