gradio_4.1.1 work
Browse files- requirements.txt +2 -3
requirements.txt
CHANGED
@@ -1,12 +1,11 @@
|
|
1 |
gradio
|
2 |
-
pytorch_lightning
|
3 |
-
torch
|
4 |
jiwer
|
5 |
transformers
|
6 |
numpy
|
7 |
fairseq @ git+https://github.com/pytorch/fairseq.git@d03f4e771484a433f025f47744017c2eb6e9c6bc
|
8 |
tensorboardX
|
9 |
-
jiwer
|
10 |
phonemizer
|
11 |
librosa
|
12 |
speake
|
|
|
1 |
gradio
|
2 |
+
pytorch_lightning==1.5.9
|
3 |
+
torch==1.12.1+cu113
|
4 |
jiwer
|
5 |
transformers
|
6 |
numpy
|
7 |
fairseq @ git+https://github.com/pytorch/fairseq.git@d03f4e771484a433f025f47744017c2eb6e9c6bc
|
8 |
tensorboardX
|
|
|
9 |
phonemizer
|
10 |
librosa
|
11 |
speake
|