Update app.py
Browse filesfix voice
en-US-AndrewMultilingualNeural - en-US (Male)
app.py
CHANGED
@@ -135,7 +135,7 @@ import gradio as gr
|
|
135 |
|
136 |
async def create_demo():
|
137 |
voices = await get_voices()
|
138 |
-
default_voice = "en-US-
|
139 |
description = """
|
140 |
Default = male, other voices 1F:US_Emma, 2F:US_Jenny, 3F:HK_Yan, 1M:AU_Will, 2M:IT_Guiseppe,3M:US_Brian, 1C: Childvoice, 1O = OldMan
|
141 |
You can insert silence using the marker 'SS' followed by the duration in seconds (e.g., 'SS1.2' for a 1.2-second pause).
|
|
|
135 |
|
136 |
async def create_demo():
|
137 |
voices = await get_voices()
|
138 |
+
default_voice = "en-US-AndrewMultilingualNeural - en-US (Male)" # 👈 Pick one of the available voices
|
139 |
description = """
|
140 |
Default = male, other voices 1F:US_Emma, 2F:US_Jenny, 3F:HK_Yan, 1M:AU_Will, 2M:IT_Guiseppe,3M:US_Brian, 1C: Childvoice, 1O = OldMan
|
141 |
You can insert silence using the marker 'SS' followed by the duration in seconds (e.g., 'SS1.2' for a 1.2-second pause).
|