{% extends "base.html" %} {% block title %}abogen · Debug WAVs{% endblock %} {% block content %} Debug WAVs Run ID: {{ run_id }} Click an ID to play its WAV. “Overall” is the concatenation of all samples. {% if artifacts %} Samples {% for item in artifacts %} {{ item.label }} {{ item.filename }} {% endfor %} {% endif %} Back to Settings {% endblock %}
Run ID: {{ run_id }}
{{ run_id }}
Click an ID to play its WAV. “Overall” is the concatenation of all samples.