Spaces:
Paused
Paused
Update requirements.txt
Browse files- requirements.txt +11 -13
requirements.txt
CHANGED
|
@@ -1,13 +1,11 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
soundfile
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
transformers==4.46.2
|
| 13 |
-
gradio==5.18.0
|
|
|
|
| 1 |
+
lmdeploy
|
| 2 |
+
librosa
|
| 3 |
+
fastaudiosr @ git+https://github.com/ysharma3501/FlashSR.git
|
| 4 |
+
ncodec @ git+https://github.com/ysharma3501/FastBiCodec.git
|
| 5 |
+
einops
|
| 6 |
+
onnxruntime
|
| 7 |
+
soundfile
|
| 8 |
+
torch
|
| 9 |
+
torchaudio
|
| 10 |
+
transformers
|
| 11 |
+
omegaconf
|
|
|
|
|
|