Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,8 @@ demo = gr.Interface(
|
|
61 |
<br>
|
62 |
This is a demo for ASRwanda, a Transformer-based automatic speech recognition (ASR) system for Kinyarwanda language.
|
63 |
The underlying ASR model was trained on 500 hours of transcribed speech provided by
|
64 |
-
<a href="https://digitalumuganda.com/" style="color: #2563eb;">Digital Umuganda</a> as part of the
|
|
|
65 |
<br>
|
66 |
<p style="font-size: 15px; line-height: 1.8;">
|
67 |
Simply <strong>upload an audio file</strong> 📤 or <strong>record yourself speaking</strong> 🎙️⏺️ to try out the model!
|
|
|
61 |
<br>
|
62 |
This is a demo for ASRwanda, a Transformer-based automatic speech recognition (ASR) system for Kinyarwanda language.
|
63 |
The underlying ASR model was trained on 500 hours of transcribed speech provided by
|
64 |
+
<a href="https://digitalumuganda.com/" style="color: #2563eb;">Digital Umuganda</a> as part of the Kinyarwanda
|
65 |
+
<a href="https://www.kaggle.com/competitions/kinyarwanda-automatic-speech-recognition-track-a" style="color: #2563eb;"> ASR hackathon</a> on Kaggle.
|
66 |
<br>
|
67 |
<p style="font-size: 15px; line-height: 1.8;">
|
68 |
Simply <strong>upload an audio file</strong> 📤 or <strong>record yourself speaking</strong> 🎙️⏺️ to try out the model!
|