Alvin-Nahabwe commited on
Commit
7769035
·
verified ·
1 Parent(s): 4ad281b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -59,7 +59,8 @@ asr_app = gr.Interface(
59
  ],
60
  outputs="text",
61
  title="ASR Africa",
62
- description="This space serves as a realtime demo for automatic speech recognition models developed by Mak-CAD under the auspicies of Gates Foundation for 19 African languages using open source data.",
 
63
  )
64
 
65
  asr_app.launch()
 
59
  ],
60
  outputs="text",
61
  title="ASR Africa",
62
+ description="This space serves as a realtime demo for automatic speech recognition models developed by Mak-CAD under the auspicies of Gates Foundation for 18 African languages using open source data.\
63
+ \nWe would appreciate your feedback on these models, you can share your feedback via this form https://forms.gle/RbzpwBFbC6Lcx5V78 :)"",
64
  )
65
 
66
  asr_app.launch()