ElvisTata2024 commited on
Commit
eb8a592
·
verified ·
1 Parent(s): bdc01ce

Update app_demo.py

Browse files

modified the tirtle

Files changed (1) hide show
  1. 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="Wakanda Whisper - Kinyarwanda ASR") as interface:
74
 
75
- gr.Markdown("# 🎤 Wakanda Whisper")
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