cnph001 commited on
Commit
2f9b5de
·
verified ·
1 Parent(s): 2f93aef

Update app.py

Browse files

fix voice
en-US-AndrewMultilingualNeural - en-US (Male)

Files changed (1) hide show
  1. app.py +1 -1
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-AndrewNeural - 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).
 
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).