Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
|
|
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()
|