oyemade commited on
Commit
67bd6d6
·
verified ·
1 Parent(s): 32983a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ iface = gr.Interface(
11
  transcribe,
12
  gr.Audio(sources="microphone", type="filepath"),
13
  "text",
14
- title="Neoform: Yoruba Speech Recognition",
15
  description="Realtime demo for Yoruba speech recognition using a fine-tuned Wav2Vec-Bert model. NOTE: If you get an error after pressing submit, give the audio some secs to load then try again.",
16
  )
17
 
 
11
  transcribe,
12
  gr.Audio(sources="microphone", type="filepath"),
13
  "text",
14
+ title="Neoform AI: Yoruba Speech Recognition",
15
  description="Realtime demo for Yoruba speech recognition using a fine-tuned Wav2Vec-Bert model. NOTE: If you get an error after pressing submit, give the audio some secs to load then try again.",
16
  )
17