diff --git a/templates/home.html b/templates/home.html index fad0429..d599aea 100644 --- a/templates/home.html +++ b/templates/home.html @@ -151,7 +151,7 @@ {% for key, value in model_choices.items() %}
-

{{ key }} - {{ value.backend_count }} workers

+

{{ key }} - {{ value.backend_count }} {% if value.backend_count == 1 %}worker{% else %}workers{% endif %}

Estimated Wait Time: {{ value.estimated_wait }}
Processing: {{ value.processing }}