{{ app_state.app_title }} by Merantix

Current backend: {{ app_state.model_name }}

{% if app_state.latest_ckpt_name is defined %}

Current checkpoint: {{ app_state.latest_ckpt_name }}

{% endif %} {% if app_state.latest_ckpt_time is defined %}

Last updated: {{ app_state.latest_ckpt_time }}

{% endif %} Start over

{% block body %}{% endblock %}