cportoca commited on
Commit
036da47
·
verified ·
1 Parent(s): 92a85b4

Update app.py

Browse files

Corrected description

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ interface = gr.Interface(
12
  inputs=gr.Audio(sources="microphone", type="filepath"),
13
  outputs="text",
14
  title="Quechua Speech Recognition Demo",
15
- description="Realtime demo for Yoruba speech recognition using a fine-tuned Wav2Vec-Bert model. NOTE: If you get an error after pressing submit, give the audio some secs to load then try again."
16
  )
17
 
18
  interface.launch()
 
12
  inputs=gr.Audio(sources="microphone", type="filepath"),
13
  outputs="text",
14
  title="Quechua Speech Recognition Demo",
15
+ description="Realtime demo for Quechua speech recognition using a fine-tuned Wav2Vec-Bert model. NOTE: If you get an error after pressing submit, give the audio some secs to load then try again."
16
  )
17
 
18
  interface.launch()