dmatekenya commited on
Commit
bad0d45
1 Parent(s): 4eef125

Recommiting same files to deal with errors

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def transcribe_audio(mic=None, file=None):
35
  transcription = transcribe(audio_file=audio)
36
  return transcription
37
 
38
- title = "Transcribe Chichewa Audio"
39
  description = """
40
  <img src="https://i.ibb.co/5nQdGSs/logo.png">
41
  IN THIS DEMO, TEST THE FIRST AUTOMATED SPEECH RECOGNITION (ASR) MODEL FOR CHICHEWA BY TRANSCRIBING YOUR CHICHEWA VOICE NOTES.
 
35
  transcription = transcribe(audio_file=audio)
36
  return transcription
37
 
38
+ title = "Transcribe Chichewa Audio-Whisper"
39
  description = """
40
  <img src="https://i.ibb.co/5nQdGSs/logo.png">
41
  IN THIS DEMO, TEST THE FIRST AUTOMATED SPEECH RECOGNITION (ASR) MODEL FOR CHICHEWA BY TRANSCRIBING YOUR CHICHEWA VOICE NOTES.