Spaces:
Running
Running
add dependencies urls
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
|
@@ -15,7 +15,7 @@ transformers
|
|
| 15 |
tokenizers>=0.15.0
|
| 16 |
sentencepiece
|
| 17 |
ttsds==0.0.2
|
| 18 |
-
fairseq @ https://github.com/MiniXC/fairseq-noconf.git
|
| 19 |
-
wvmos @ https://github.com/wenet-e2e/wespeaker
|
| 20 |
-
wespeaker @ https://github.com/wenet-e2e/wespeaker
|
| 21 |
-
simple_hifigan @ https://github.com/MiniXC/simple_hifigan
|
|
|
|
| 15 |
tokenizers>=0.15.0
|
| 16 |
sentencepiece
|
| 17 |
ttsds==0.0.2
|
| 18 |
+
fairseq @ git+https://github.com/MiniXC/fairseq-noconf.git
|
| 19 |
+
wvmos @ git+https://github.com/wenet-e2e/wespeaker.git
|
| 20 |
+
wespeaker @ git+https://github.com/wenet-e2e/wespeaker.git
|
| 21 |
+
simple_hifigan @ git+https://github.com/MiniXC/simple_hifigan.git
|