Yurii Paniv commited on
Commit
df56c7b
1 Parent(s): a4249a1

Update default example

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -87,11 +87,12 @@ iface = gr.Interface(
87
  inputs=[
88
  gr.inputs.Textbox(
89
  label="Input",
90
- default="Введ+іть, б+удь л+аска, сво+є р+ечення.",
91
  ),
92
  gr.inputs.Radio(
93
  label="Голос",
94
  choices=[option.value for option in VoiceOption],
 
95
  ),
96
  gr.inputs.Radio(
97
  label="Наголоси",
 
87
  inputs=[
88
  gr.inputs.Textbox(
89
  label="Input",
90
+ default="Введіть, будь ласка, своє р+ечення.",
91
  ),
92
  gr.inputs.Radio(
93
  label="Голос",
94
  choices=[option.value for option in VoiceOption],
95
+ default=VoiceOption.FemaleVoice.value
96
  ),
97
  gr.inputs.Radio(
98
  label="Наголоси",