theodotus commited on
Commit
78cc010
β€’
1 Parent(s): 7f590c6

Added Harakternyk voice

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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()