Spaces:
Runtime error
Runtime error
add missing packages
Browse files- pre-requirements.txt +2 -1
- requirements.txt +1 -0
pre-requirements.txt
CHANGED
|
@@ -42,4 +42,5 @@ torchmetrics
|
|
| 42 |
pymcd
|
| 43 |
openai-whisper
|
| 44 |
frechet_audio_distance
|
| 45 |
-
asteroid
|
|
|
|
|
|
| 42 |
pymcd
|
| 43 |
openai-whisper
|
| 44 |
frechet_audio_distance
|
| 45 |
+
asteroid
|
| 46 |
+
https://github.com/vBaiCai/python-pesq/archive/master.zip
|
requirements.txt
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
fairseq
|
|
|
|
| 2 |
encodec
|
| 3 |
phonemizer==3.2.1
|
| 4 |
pypinyin==0.48.0
|
|
|
|
| 1 |
fairseq
|
| 2 |
+
git+https://github.com/lhotse-speech/lhotse
|
| 3 |
encodec
|
| 4 |
phonemizer==3.2.1
|
| 5 |
pypinyin==0.48.0
|