Spaces:
Running
on
Zero
Running
on
Zero
Aboubacar OUATTARA - kaira
commited on
Commit
·
fa19b71
1
Parent(s):
6372099
add examples
Browse files
app.py
CHANGED
@@ -142,8 +142,8 @@ def main():
|
|
142 |
fn=_fn,
|
143 |
inputs=[
|
144 |
gr.Dropdown(label="Source Language", choices=lang_codes, value='French'),
|
145 |
-
gr.Textbox(label="Text to Translate", lines=3, value="
|
146 |
-
gr.Dropdown(label="Voice", choices=audio_files, value="
|
147 |
gr.Audio(label="Clone your voice (optional)", type="numpy", format="wav", elem_id="clone_voice_input"),
|
148 |
# gr.Dropdown(
|
149 |
# choices=["Midpoint", "RK4", "Euler"], value="Midpoint",
|
|
|
142 |
fn=_fn,
|
143 |
inputs=[
|
144 |
gr.Dropdown(label="Source Language", choices=lang_codes, value='French'),
|
145 |
+
gr.Textbox(label="Text to Translate", lines=3, value="Thomas Isidore Noël Sankara est fils d'un père Peul — originaire du village de Sitoèga dans le département de Bokin dans la province du Passoré — et d'une mère mossi, et grandit entre valeurs militaires et religiosité chrétienne."),
|
146 |
+
gr.Dropdown(label="Voice", choices=audio_files, value="male_3.wav"),
|
147 |
gr.Audio(label="Clone your voice (optional)", type="numpy", format="wav", elem_id="clone_voice_input"),
|
148 |
# gr.Dropdown(
|
149 |
# choices=["Midpoint", "RK4", "Euler"], value="Midpoint",
|