Spaces:
Runtime error
Runtime error
Commit
·
16d2d6b
1
Parent(s):
654165b
Use balinese, madurese.mp3
Browse files- app.py +3 -3
- balinese.mp3 +0 -0
- kab_1.mp3 +0 -0
- kab_2.mp3 +0 -0
- madura.mp3 +0 -0
app.py
CHANGED
@@ -40,8 +40,8 @@ def transcribe(audio_file_mic=None, audio_file_upload=None, language="English (e
|
|
40 |
transcription = processor.decode(ids)
|
41 |
return transcription
|
42 |
|
43 |
-
examples = [["
|
44 |
-
["
|
45 |
|
46 |
description = '''Automatic Speech Recognition with [MMS](https://ai.facebook.com/blog/multilingual-model-speech-recognition/) (Massively Multilingual Speech) by Meta.
|
47 |
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).'''
|
@@ -56,4 +56,4 @@ iface = gr.Interface(fn=transcribe,
|
|
56 |
examples=examples,
|
57 |
description=description
|
58 |
)
|
59 |
-
iface.launch()
|
|
|
40 |
transcription = processor.decode(ids)
|
41 |
return transcription
|
42 |
|
43 |
+
examples = [["balinese.mp3", None, "Bali (ban)"],
|
44 |
+
["madura.mp3", None, "Madura (mad)"]]
|
45 |
|
46 |
description = '''Automatic Speech Recognition with [MMS](https://ai.facebook.com/blog/multilingual-model-speech-recognition/) (Massively Multilingual Speech) by Meta.
|
47 |
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).'''
|
|
|
56 |
examples=examples,
|
57 |
description=description
|
58 |
)
|
59 |
+
iface.launch()
|
balinese.mp3
ADDED
Binary file (59.8 kB). View file
|
|
kab_1.mp3
DELETED
Binary file (24.6 kB)
|
|
kab_2.mp3
DELETED
Binary file (39.2 kB)
|
|
madura.mp3
ADDED
Binary file (158 kB). View file
|
|