yaya-sy commited on
Commit
e3e68b4
1 Parent(s): a58e4f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -40,8 +40,7 @@ def transcribe(audio_file_mic=None, audio_file_upload=None):
40
  return transcribe_audio(speech)
41
 
42
 
43
- description = '''Automatic Speech Recognition with [MMS](https://ai.facebook.com/blog/multilingual-model-speech-recognition/) (Massively Multilingual Speech) by Meta.
44
- Supports [1162 languages](https://dl.fbaipublicfiles.com/mms/misc/language_coverage_mms.html). Read the paper for more details: [Scaling Speech Technology to 1,000+ Languages](https://arxiv.org/abs/2305.13516).'''
45
 
46
  iface = gr.Interface(fn=transcribe,
47
  inputs=[
 
40
  return transcribe_audio(speech)
41
 
42
 
43
+ description = '''windanam-mms is a Multidialectal ASR model for Fula and base on the MMS speech model: [Scaling Speech Technology to 1,000+ Languages](https://arxiv.org/abs/2305.13516).'''
 
44
 
45
  iface = gr.Interface(fn=transcribe,
46
  inputs=[