Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -9,8 +9,7 @@ def transcribe(audio):
|
|
9 |
|
10 |
demo = gr.Interface(fn=transcribe, inputs="file", outputs="text",
|
11 |
title="Transcription automatique du wolof",
|
12 |
-
description="Ce modèle transcrit un fichier audio en wolof en texte en utilisant l'alphabet latin.",
|
13 |
-
examples=[["https://drive.google.com/file/d/10_Ln9o-8xxXPrfAArZ4Cd5yapBS75HRF/view?usp=sharing"]],
|
14 |
input_label="Audio en wolof",
|
15 |
output_label="Transcription alphabet latin"
|
16 |
)
|
|
|
9 |
|
10 |
demo = gr.Interface(fn=transcribe, inputs="file", outputs="text",
|
11 |
title="Transcription automatique du wolof",
|
12 |
+
description="Ce modèle transcrit un fichier audio en wolof en texte en utilisant l'alphabet latin.",
|
|
|
13 |
input_label="Audio en wolof",
|
14 |
output_label="Transcription alphabet latin"
|
15 |
)
|