oyemade commited on
Commit
3cc9a79
1 Parent(s): 439467c

Update app.py

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