Spaces:
Running
Running
Yurii Paniv
commited on
Commit
•
64b36a1
1
Parent(s):
08d841a
Add apostrophe example
Browse files
app.py
CHANGED
@@ -71,7 +71,7 @@ iface = gr.Interface(
|
|
71 |
outputs=gr.outputs.Audio(label="Output"),
|
72 |
title="🐸💬🇺🇦 - Coqui TTS",
|
73 |
theme="huggingface",
|
74 |
-
description="Україномовний🇺🇦 TTS за допомогою Coqui TTS",
|
75 |
article="Якщо вам подобається, підтримайте за посиланням: [SUPPORT LINK](https://send.monobank.ua/jar/48iHq4xAXm), " +
|
76 |
"Github: [https://github.com/robinhad/ukrainian-tts](https://github.com/robinhad/ukrainian-tts)",
|
77 |
)
|
|
|
71 |
outputs=gr.outputs.Audio(label="Output"),
|
72 |
title="🐸💬🇺🇦 - Coqui TTS",
|
73 |
theme="huggingface",
|
74 |
+
description="Україномовний🇺🇦 TTS за допомогою Coqui TTS (для апострофа використовуйте символ у трикутних дужках: <'>)",
|
75 |
article="Якщо вам подобається, підтримайте за посиланням: [SUPPORT LINK](https://send.monobank.ua/jar/48iHq4xAXm), " +
|
76 |
"Github: [https://github.com/robinhad/ukrainian-tts](https://github.com/robinhad/ukrainian-tts)",
|
77 |
)
|