{% extends "base.html" %} {% block title %}abogen · Debug WAVs{% endblock %} {% block content %} Debug WAVs Run ID: {{ run_id }} Each clip reads: ID, one second pause, then the reference text. {% if artifacts %} Samples {% for item in artifacts %} {{ item.label }} {% if item.text %} — {{ item.text }} {% endif %} {% endfor %} {% endif %} Back to Settings {% endblock %}
Run ID: {{ run_id }}
{{ run_id }}
Each clip reads: ID, one second pause, then the reference text.