Martijn Bartelds
commited on
Commit
·
2499cd4
1
Parent(s):
6425ecd
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,
|
@@ -32,9 +32,9 @@ def inference(text,lang):
|
|
32 |
|
33 |
return "out.wav", "out.wav"
|
34 |
|
35 |
-
title = "
|
36 |
examples = [
|
37 |
-
['
|
38 |
]
|
39 |
|
40 |
gr.Interface(
|
|
|
11 |
|
12 |
|
13 |
gos_text2speech = Text2Speech.from_pretrained(
|
14 |
+
model_tag="bartelds/gos_vits",
|
15 |
device="cpu",
|
16 |
speed_control_alpha=1.0,
|
17 |
noise_scale=1.0,
|
|
|
32 |
|
33 |
return "out.wav", "out.wav"
|
34 |
|
35 |
+
title = "Gronings text-to-speech"
|
36 |
examples = [
|
37 |
+
['Mamme mos even noar winkel om n bosschop.', 'Hoogelaandsters']
|
38 |
]
|
39 |
|
40 |
gr.Interface(
|