update
Browse files
app.py
CHANGED
@@ -190,7 +190,7 @@ with app:
|
|
190 |
minimum=-100,
|
191 |
maximum=100,
|
192 |
label="Speech speed (%)",
|
193 |
-
value=
|
194 |
step=10,
|
195 |
interactive=True,
|
196 |
)
|
@@ -204,7 +204,7 @@ with app:
|
|
204 |
)
|
205 |
tts_text = gr.Textbox(
|
206 |
label="Input Text",
|
207 |
-
value="I'm
|
208 |
)
|
209 |
rvc = gr.Checkbox(label="Transform Voice", info="Would you like to apply voice transformation? Check means yes", value=True)
|
210 |
with gr.Column():
|
|
|
190 |
minimum=-100,
|
191 |
maximum=100,
|
192 |
label="Speech speed (%)",
|
193 |
+
value=10,
|
194 |
step=10,
|
195 |
interactive=True,
|
196 |
)
|
|
|
204 |
)
|
205 |
tts_text = gr.Textbox(
|
206 |
label="Input Text",
|
207 |
+
value="I'm Never Gonna Give You Up",
|
208 |
)
|
209 |
rvc = gr.Checkbox(label="Transform Voice", info="Would you like to apply voice transformation? Check means yes", value=True)
|
210 |
with gr.Column():
|