Spaces:
Running
Running
Yurii Paniv
commited on
Commit
•
df56c7b
1
Parent(s):
a4249a1
Update default example
Browse files
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="Наголоси",
|