Alvin-Nahabwe commited on
Commit
27c6e73
·
verified ·
1 Parent(s): cd0c6e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -59,8 +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
- \nIf you would like to share feedback on any model, you can do so via this form https://forms.gle/RbzpwBFbC6Lcx5V78",
64
  )
65
 
66
  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()