Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
62 |
gr.Examples(
|
63 |
examples=[
|
64 |
["This is an example of a female voice.", "expr-voice-4-f", 1.0],
|
65 |
-
["This is an example of a male voice, speaking a bit faster.", "expr-voice-
|
66 |
["The speed can also be slowed down for clarity.", "expr-voice-5-f", 0.8],
|
67 |
],
|
68 |
inputs=[text_input, voice_dropdown, speed_slider]
|
|
|
62 |
gr.Examples(
|
63 |
examples=[
|
64 |
["This is an example of a female voice.", "expr-voice-4-f", 1.0],
|
65 |
+
["This is an example of a male voice, speaking a bit faster.", "expr-voice-3-m", 1.25],
|
66 |
["The speed can also be slowed down for clarity.", "expr-voice-5-f", 0.8],
|
67 |
],
|
68 |
inputs=[text_input, voice_dropdown, speed_slider]
|