Spaces:
Sleeping
Sleeping
Update app_demo.py
Browse filesmodified the tirtle
- app_demo.py +2 -2
app_demo.py
CHANGED
@@ -70,9 +70,9 @@ def transcribe_microphone(audio_data):
|
|
70 |
def create_interface():
|
71 |
"""Create a clean, simple Gradio interface."""
|
72 |
|
73 |
-
with gr.Blocks(title="
|
74 |
|
75 |
-
gr.Markdown("#
|
76 |
gr.Markdown("### Kinyarwanda Automatic Speech Recognition")
|
77 |
gr.Markdown("Upload an audio file or record your voice to get Kinyarwanda transcription")
|
78 |
|
|
|
70 |
def create_interface():
|
71 |
"""Create a clean, simple Gradio interface."""
|
72 |
|
73 |
+
with gr.Blocks(title="Whisper - Kinyarwanda ASR") as interface:
|
74 |
|
75 |
+
gr.Markdown("# Kinyarwanda ASR")
|
76 |
gr.Markdown("### Kinyarwanda Automatic Speech Recognition")
|
77 |
gr.Markdown("Upload an audio file or record your voice to get Kinyarwanda transcription")
|
78 |
|