papasega commited on
Commit
88bfb7a
1 Parent(s): 65792f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -15,7 +15,8 @@ def transcribe(audio):
15
  demo = gr.Interface(
16
  transcribe,
17
  gr.Audio(sources=["microphone"]),
18
- "text", title="S2T: Transcription automatique de l'arabe en text by Papa Séga"
 
19
  )
20
 
21
  demo.launch(show_error=True, share=True)
 
15
  demo = gr.Interface(
16
  transcribe,
17
  gr.Audio(sources=["microphone"]),
18
+ "text", title="S2T: Transcription automatique de l'arabe en text by Papa Séga",
19
+ description="Utilisez le microphone pour parler en arabe, puis appuyez sur le bouton stop et Submit"
20
  )
21
 
22
  demo.launch(show_error=True, share=True)