Spaces:
Runtime error
Runtime error
add description en español
Browse files
app.py
CHANGED
@@ -77,7 +77,8 @@ iface = gr.Interface(
|
|
77 |
outputs=gr.outputs.Textbox(label="Output"),
|
78 |
title="Coqui STT Yoloxochitl Mixtec",
|
79 |
theme="huggingface",
|
80 |
-
description="
|
|
|
81 |
)
|
82 |
|
83 |
download(model_link, model_name)
|
|
|
77 |
outputs=gr.outputs.Textbox(label="Output"),
|
78 |
title="Coqui STT Yoloxochitl Mixtec",
|
79 |
theme="huggingface",
|
80 |
+
description="Prueba de dictado a texto para el mixteco de Yoloxochitl, usando [el modelo entrenado por Josh Meyer](https://coqui.ai/mixtec/jemeyer/v1.0.0/) con [los datos recopilados por Rey Castillo y sus colaboradoes](https://www.openslr.org/89). Esta prueba es basada en la de [Ukraniano](https://huggingface.co/spaces/robinhad/ukrainian-stt). \n\n"
|
81 |
+
"Speech-to-text demo for Yoloxochitl Mixtec, using [the model trained by Josh Meyer](https://coqui.ai/mixtec/jemeyer/v1.0.0/) on [the corpus compiled by Rey Castillo and collaborators](https://www.openslr.org/89). This demo is based on the [Ukrainian STT demo](https://huggingface.co/spaces/robinhad/ukrainian-stt).",
|
82 |
)
|
83 |
|
84 |
download(model_link, model_name)
|