{% extends 'base.html' %} {% block title %}Coqui STT Model Manager{% endblock %} {% block extra_head %} {% endblock %} {% block content %}
Here you can manage and try out your installed Coqui STT models as well as install new ones from the Coqui Model Zoo. The Coqui Model Zoo is the central hub for finding STT models created our community as well as official Coqui models.
Installed STT models | |||||
---|---|---|---|---|---|
Name | Language | Version | Creator | Run model | Show files |
{{ card.name }} | {{ card.language }} | {{ card.version }} | {{ card.creator }} | ||
Models being installed | |||||
{{ install['model_card']['name'] }} | {{ install['total_progress'] }}%... | ||||
{% if installed_models|length > 0 %} Install a new model from the Coqui STT Model Zoo... {% else %} Start by clicking here to install a model from the Coqui STT Model zoo. {% endif %} |