Spaces:
Running
Running
Added Harakternyk voice
Browse files
app.py
CHANGED
@@ -14,6 +14,7 @@ config = {
|
|
14 |
"olena": "theodotus/tts-vits-olena-uk",
|
15 |
"lada": "theodotus/tts-vits-lada-uk",
|
16 |
"dmytro": "theodotus/tts-vits-dmytro-uk",
|
|
|
17 |
}
|
18 |
|
19 |
voices = list(config.keys())
|
@@ -82,6 +83,7 @@ iface = gr.Interface(
|
|
82 |
gr.Textbox(label="Stressed")
|
83 |
],
|
84 |
title="πΊπ¦ - Ukrainian Voices",
|
|
|
85 |
)
|
86 |
|
87 |
iface.launch()
|
|
|
14 |
"olena": "theodotus/tts-vits-olena-uk",
|
15 |
"lada": "theodotus/tts-vits-lada-uk",
|
16 |
"dmytro": "theodotus/tts-vits-dmytro-uk",
|
17 |
+
"harakternyk": "theodotus/tts-vits-harakternyk-uk",
|
18 |
}
|
19 |
|
20 |
voices = list(config.keys())
|
|
|
83 |
gr.Textbox(label="Stressed")
|
84 |
],
|
85 |
title="πΊπ¦ - Ukrainian Voices",
|
86 |
+
article="[Harakternyk](https://huggingface.co/theodotus/tts-vits-harakternyk-uk) model is licensed under [CC BY-NC 4.0](https://creativecommons.org/licenses/by-nc/4.0/)",
|
87 |
)
|
88 |
|
89 |
iface.launch()
|