Martijn Bartelds
commited on
Commit
·
7c1157d
1
Parent(s):
2499cd4
Update app
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ from espnet2.utils.types import str_or_none
|
|
11 |
|
12 |
|
13 |
gos_text2speech = Text2Speech.from_pretrained(
|
14 |
-
model_tag="bartelds/
|
15 |
device="cpu",
|
16 |
speed_control_alpha=1.0,
|
17 |
noise_scale=1.0,
|
|
|
11 |
|
12 |
|
13 |
gos_text2speech = Text2Speech.from_pretrained(
|
14 |
+
model_tag="bartelds/gos_tts",
|
15 |
device="cpu",
|
16 |
speed_control_alpha=1.0,
|
17 |
noise_scale=1.0,
|