tiennguyenbnbk commited on
Commit
0d794c9
·
verified ·
1 Parent(s): b0c6760

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ with gr.Blocks(gr.themes.Origin()) as demo:
93
  with gr.Group():
94
  voice = gr.Radio(voice_choices, label="Voice", value=voice_choices[1])
95
  with gr.Group():
96
- pronunciation = gr.Radio(pronunciation_choices, label="Pronunciation")
97
  with gr.Column():
98
  with gr.Group():
99
  bodyLanguage = gr.Radio(body_language_choices, label="Body Language", value=body_language_choices[1])
 
93
  with gr.Group():
94
  voice = gr.Radio(voice_choices, label="Voice", value=voice_choices[1])
95
  with gr.Group():
96
+ pronunciation = gr.Radio(pronunciation_choices, label="Pronunciation", value=pronunciation_choices[1])
97
  with gr.Column():
98
  with gr.Group():
99
  bodyLanguage = gr.Radio(body_language_choices, label="Body Language", value=body_language_choices[1])