Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -338,21 +338,20 @@ with gr.Blocks(css=custom_css) as demo:
|
|
338 |
|
339 |
gr.Examples(
|
340 |
examples=[
|
341 |
-
["
|
342 |
["Lyoum ajwaa zwina bezzaaf.", "female", 1.0],
|
343 |
["Lmaghrib ahssan blad fi l3alam", "male", 1.0],
|
344 |
-
|
345 |
],
|
346 |
inputs=[text_input, voice_type, speed],
|
347 |
outputs=[audio_output, error_output],
|
348 |
-
fn=synthesize_speech
|
349 |
-
elem_classes="examples"
|
350 |
)
|
351 |
|
352 |
gr.HTML(
|
353 |
"""
|
354 |
<footer>
|
355 |
-
<p>Developed
|
356 |
</footer>
|
357 |
"""
|
358 |
)
|
|
|
338 |
|
339 |
gr.Examples(
|
340 |
examples=[
|
341 |
+
["Ana Nadi Bezzaaf hhh", "male", 1.0],
|
342 |
["Lyoum ajwaa zwina bezzaaf.", "female", 1.0],
|
343 |
["Lmaghrib ahssan blad fi l3alam", "male", 1.0],
|
344 |
+
["Filistine horaa mina lbari ila lbarri", "female", 0.8],
|
345 |
],
|
346 |
inputs=[text_input, voice_type, speed],
|
347 |
outputs=[audio_output, error_output],
|
348 |
+
fn=synthesize_speech
|
|
|
349 |
)
|
350 |
|
351 |
gr.HTML(
|
352 |
"""
|
353 |
<footer>
|
354 |
+
<p>Developed by HAMMALE | Data: DODa Audio Dataset</p>
|
355 |
</footer>
|
356 |
"""
|
357 |
)
|