Update app.py
Browse files
app.py
CHANGED
@@ -208,7 +208,7 @@ with gr.Blocks() as demo2:
|
|
208 |
gr.Markdown(
|
209 |
"""
|
210 |
# Multiple Speech-Type Generation
|
211 |
-
This section allows you to generate multiple speech types or
|
212 |
Format:
|
213 |
{voice_name} your text here
|
214 |
"""
|
|
|
208 |
gr.Markdown(
|
209 |
"""
|
210 |
# Multiple Speech-Type Generation
|
211 |
+
This section allows you to generate multiple speech types or different VOICE PACK's at same text Input. Enter your text in the format shown below, and the system will generate speech using the appropriate type. If unspecified, the model will use "af" voice.
|
212 |
Format:
|
213 |
{voice_name} your text here
|
214 |
"""
|