Sandiago21
commited on
Commit
•
2c82ecd
1
Parent(s):
2f9b252
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -45,4 +45,5 @@ syntesize_speech_gradio = gr.Interface(
|
|
45 |
synthesize_speech,
|
46 |
inputs = gr.Textbox(label="Text", placeholder="Type something here..."),
|
47 |
outputs=gr.Audio(),
|
|
|
48 |
).launch()
|
|
|
45 |
synthesize_speech,
|
46 |
inputs = gr.Textbox(label="Text", placeholder="Type something here..."),
|
47 |
outputs=gr.Audio(),
|
48 |
+
examples=["Je n'entrerai pas dans les détails, mais je profiterai des secondes qui me restent pour exposer la position ALDE sur le marquage CE, un des points cruciaux de ce rapport."],
|
49 |
).launch()
|