Update app.py
Browse files
app.py
CHANGED
|
@@ -61,7 +61,8 @@ def process_audio(audio_path):
|
|
| 61 |
|
| 62 |
|
| 63 |
# Define Gradio interface
|
| 64 |
-
with gr.Blocks(title="
|
|
|
|
| 65 |
gr.Markdown("""
|
| 66 |
<div class="centered-content">
|
| 67 |
<div>
|
|
|
|
| 61 |
|
| 62 |
|
| 63 |
# Define Gradio interface
|
| 64 |
+
with gr.Blocks(title="ASRwanda") as demo:
|
| 65 |
+
gr.Markdown("# ASRwanda 🎙️ Speech Recognition for Kinyarwanda Language 🇷🇼")
|
| 66 |
gr.Markdown("""
|
| 67 |
<div class="centered-content">
|
| 68 |
<div>
|