Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -2,8 +2,7 @@ git+https://github.com/espnet/espnet.git@3856d998ee0b2fa20f7b8fa48553754f33ed6e6
|
|
| 2 |
espnet_model_zoo
|
| 3 |
pyopenjtalk
|
| 4 |
datasets
|
| 5 |
-
|
| 6 |
-
torchaudio
|
| 7 |
typeguard==4.4.0
|
| 8 |
jiwer
|
| 9 |
fastapi
|
|
@@ -25,6 +24,8 @@ funasr
|
|
| 25 |
librosa
|
| 26 |
accelerate
|
| 27 |
soxr
|
|
|
|
|
|
|
| 28 |
# MiniMax dependencies
|
| 29 |
optimum-quanto
|
| 30 |
# Hugging Face ZeroGPU dependencies
|
|
|
|
| 2 |
espnet_model_zoo
|
| 3 |
pyopenjtalk
|
| 4 |
datasets
|
| 5 |
+
torchaudio==2.7.1
|
|
|
|
| 6 |
typeguard==4.4.0
|
| 7 |
jiwer
|
| 8 |
fastapi
|
|
|
|
| 24 |
librosa
|
| 25 |
accelerate
|
| 26 |
soxr
|
| 27 |
+
# SingMOS dependencies
|
| 28 |
+
s3prl==0.4.17
|
| 29 |
# MiniMax dependencies
|
| 30 |
optimum-quanto
|
| 31 |
# Hugging Face ZeroGPU dependencies
|