Update app.py
Browse files
app.py
CHANGED
|
@@ -87,13 +87,13 @@ def transcribe(audio):
|
|
| 87 |
return result
|
| 88 |
|
| 89 |
|
| 90 |
-
title = "๐๏ธ
|
| 91 |
description = """
|
| 92 |
-
**
|
| 93 |
You can record or upload an audio sample (it will be automatically resampled to 16 kHz mono),
|
| 94 |
and view the transcription result below.
|
| 95 |
|
| 96 |
-
|
| 97 |
"""
|
| 98 |
examples = [
|
| 99 |
["audio1.wav"],
|
|
|
|
| 87 |
return result
|
| 88 |
|
| 89 |
|
| 90 |
+
title = "๐๏ธ MoulSot0.1 ASR ๐ฒ๐ฆ"
|
| 91 |
description = """
|
| 92 |
+
**MoulSot0.1** model for Darija ASR ๐ฒ๐ฆ.
|
| 93 |
You can record or upload an audio sample (it will be automatically resampled to 16 kHz mono),
|
| 94 |
and view the transcription result below.
|
| 95 |
|
| 96 |
+
MoulSot0.1 ูู ูุงุญุฏ ุงููู
ูุฐุฌ ุฏูุงู ุงูุชุนุฑู ุงูุชููุงุฆู ุนูู ุงูููุงู
(ASR) ูู ู
ุตู
ู
ุฎุตูุตูุง ููุฏุงุฑูุฌุฉ ุงูู
ุบุฑุจูุฉ. ูุงุฏ ุงููู
ูุฐุฌ ููู
ููู ุชุณุฌู ุดู ู
ูุทุน ุตูุชูุ ุฃู ุชูููุดุงุฑุฌููุ ู ูู ุฃูุชูู
ุงุชูููุง ููุญูู ุงูุตูุช ูู 16 ูููู ูุฑุชุฒ ู
ููู (ุฃุญุงุฏู)ุ ู ู
ู ุจุนุฏ ููุนุทูู ุงููุต ุงูู
ูุชูุจ ุฏูุงู ุฏุงูุดู ูู ููุชู. ูุนููุ ููุญูู ุงููุถุฑุฉ ุฏูุงูู ุงูู
ูุชูุจุฉ ููุฏุงุฑุฌุฉ.
|
| 97 |
"""
|
| 98 |
examples = [
|
| 99 |
["audio1.wav"],
|