papasega commited on
Commit
b0c1496
1 Parent(s): 0cacc2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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
  )