Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -165,7 +165,7 @@ iface = gr.Interface(
|
|
165 |
outputs=gr.Audio(label="Output", type='filepath'),
|
166 |
examples=[["زبان فارسی یکی از زبان های زنده و ارزشمند دنیاست که حدود ده درصد محتوای اینترنتی کل جهان به زبان فارسی است.", MODEL_NAMES[0], "speaker-0"],
|
167 |
["رسول پرویزی خودش را نقال میداند. با نقل قصههایی به شیرینی قند و شکر و البته طنز تلخی که در گوشهگوشه کتاب جای دارد. او از مردم شیراز حرف میزند. طبقهای ساده و بیآلایش. آنها در دورانی زندگی میکردند که کمتر کسی باسواد بود.", MODEL_NAMES[0], "speaker-0"]], # Example should include a speaker name for multispeaker models
|
168 |
-
title="VITS ZabanZad
|
169 |
description="""
|
170 |
This demo is currently running **VITS** support Persian Language.
|
171 |
**VITS** is a text-to-speech model that translates written text into natural-sounding, human-like speech. It uses a combination of variational autoencoders and generative adversarial networks to create voice outputs that are realistic and can be customized for various applications, ranging from virtual assistants to audiobook narration.
|
|
|
165 |
outputs=gr.Audio(label="Output", type='filepath'),
|
166 |
examples=[["زبان فارسی یکی از زبان های زنده و ارزشمند دنیاست که حدود ده درصد محتوای اینترنتی کل جهان به زبان فارسی است.", MODEL_NAMES[0], "speaker-0"],
|
167 |
["رسول پرویزی خودش را نقال میداند. با نقل قصههایی به شیرینی قند و شکر و البته طنز تلخی که در گوشهگوشه کتاب جای دارد. او از مردم شیراز حرف میزند. طبقهای ساده و بیآلایش. آنها در دورانی زندگی میکردند که کمتر کسی باسواد بود.", MODEL_NAMES[0], "speaker-0"]], # Example should include a speaker name for multispeaker models
|
168 |
+
title="VITS ZabanZad 😎",
|
169 |
description="""
|
170 |
This demo is currently running **VITS** support Persian Language.
|
171 |
**VITS** is a text-to-speech model that translates written text into natural-sounding, human-like speech. It uses a combination of variational autoencoders and generative adversarial networks to create voice outputs that are realistic and can be customized for various applications, ranging from virtual assistants to audiobook narration.
|