Spaces:
Sleeping
Sleeping
Commit ·
ebc7d95
1
Parent(s): 91c9aa9
Chore
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -5,7 +5,7 @@ torch
|
|
| 5 |
pydub
|
| 6 |
pyyaml
|
| 7 |
librosa
|
| 8 |
-
nltk
|
| 9 |
matplotlib
|
| 10 |
accelerate
|
| 11 |
transformers
|
|
@@ -15,6 +15,6 @@ tqdm
|
|
| 15 |
typing
|
| 16 |
typing-extensions
|
| 17 |
wandb
|
| 18 |
-
phonemizer
|
| 19 |
gradio
|
| 20 |
git+https://github.com/resemble-ai/monotonic_align.git
|
|
|
|
| 5 |
pydub
|
| 6 |
pyyaml
|
| 7 |
librosa
|
| 8 |
+
nltk==3.9.1
|
| 9 |
matplotlib
|
| 10 |
accelerate
|
| 11 |
transformers
|
|
|
|
| 15 |
typing
|
| 16 |
typing-extensions
|
| 17 |
wandb
|
| 18 |
+
phonemizer==3.3.0
|
| 19 |
gradio
|
| 20 |
git+https://github.com/resemble-ai/monotonic_align.git
|