Mardiyyah commited on
Commit
4b32bec
·
verified ·
1 Parent(s): 1f4c776

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -24,7 +24,10 @@ def transcribe(audio):
24
  # Define the Gradio UI components
25
  with gr.Blocks() as demo:
26
  gr.Markdown("# 🗣️ Nigerian Pidgin ASR Demo")
27
- gr.Markdown("Upload or record audio in Nigerian Pidgin to get transcription.")
 
 
 
28
 
29
  with gr.Row():
30
  audio_input = gr.Audio(
 
24
  # Define the Gradio UI components
25
  with gr.Blocks() as demo:
26
  gr.Markdown("# 🗣️ Nigerian Pidgin ASR Demo")
27
+ gr.Markdown("""Upload or record audio in Nigerian Pidgin to get transcription. This Demo uses the
28
+ Nigerian pidgin ASR checkpoint -[Pidgin-Wav2Vec2-XLSR53](https://huggingface.co/asr-nigerian-pidgin/pidgin-wav2vec2-xlsr53)
29
+ and 🤗 Transformers to transcribe audio files of max 30s length.
30
+ """)
31
 
32
  with gr.Row():
33
  audio_input = gr.Audio(