Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,7 +38,7 @@ demo = gr.Interface(
|
|
| 38 |
gr.Textbox(label="Texte en Arabe"),
|
| 39 |
gr.Textbox(label="Traduction en Français")
|
| 40 |
],
|
| 41 |
-
title="
|
| 42 |
description="Utilisez le microphone pour parler en arabe, puis appuyez sur le bouton stop et Submit pour voir la transcription et la traduction."
|
| 43 |
)
|
| 44 |
|
|
|
|
| 38 |
gr.Textbox(label="Texte en Arabe"),
|
| 39 |
gr.Textbox(label="Traduction en Français")
|
| 40 |
],
|
| 41 |
+
title="Transcription automatiques de l'Arabe et traduction en Français by PSW",
|
| 42 |
description="Utilisez le microphone pour parler en arabe, puis appuyez sur le bouton stop et Submit pour voir la transcription et la traduction."
|
| 43 |
)
|
| 44 |
|