{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% endif %} {% endwith %}

Whisper Transcriber

Upload Audio/Video

Current Recordings

{% if recordings %}
{% for recording in recordings %} {% endfor %}
ID Filename Model Status Actions
{{ recording.id }} {{ recording.filename }} {{ models.get(recording.model_key, {'name': 'Unknown'}).name }} {{ recording.status.capitalize() }}
{% if recording.status == 'done' %} View {% else %} View Reprocess {% endif %} Delete
{% else %}

No recordings found. Upload an audio or video file to begin transcription.

{% endif %}