imvladikon
commited on
Commit
•
bf0fe2b
1
Parent(s):
1b31f3b
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ from datasets import load_dataset
|
|
5 |
|
6 |
from transformers import (SpeechT5ForTextToSpeech,
|
7 |
SpeechT5HifiGan, SpeechT5Processor,
|
8 |
-
VitsModel, VitsTokenizer
|
9 |
pipeline)
|
10 |
|
11 |
|
|
|
5 |
|
6 |
from transformers import (SpeechT5ForTextToSpeech,
|
7 |
SpeechT5HifiGan, SpeechT5Processor,
|
8 |
+
VitsModel, VitsTokenizer,
|
9 |
pipeline)
|
10 |
|
11 |
|