Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 = '''
|
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=[
|