Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ def transcribe(audio):
|
|
8 |
|
9 |
demo = gr.Interface(
|
10 |
fn=transcribe,
|
11 |
-
inputs=gr.Audio(
|
12 |
outputs=gr.Textbox(label="Transcription alphabet latin"),
|
13 |
title="Transcription audio en wolof latin by PSW",
|
14 |
description="Ce modèle transcrit un fichier audio en wolof en texte en utilisant l'alphabet latin."
|
|
|
8 |
|
9 |
demo = gr.Interface(
|
10 |
fn=transcribe,
|
11 |
+
inputs=gr.Audio(sources=["microphone", "upload"], label="Audio en wolof"),
|
12 |
outputs=gr.Textbox(label="Transcription alphabet latin"),
|
13 |
title="Transcription audio en wolof latin by PSW",
|
14 |
description="Ce modèle transcrit un fichier audio en wolof en texte en utilisant l'alphabet latin."
|