# HTML content for the header section header_title = """ Generate about an hour of audio per minute on the Kokoro-82M TTS model, with unexpected quality """.strip() time_button = """ ⏱️ Small requests/Initial chunks can be slower due to warm-up """ warning_button = """ ⚠️ 120-second maximum timeout per request """ header_html = f"""
Kokoro-FastAPI Repo
Model on HF

Kokoro TTS Demo

{header_title}

{time_button}
{warning_button}
""" # Markdown content for demo text info demo_text_info = """ All input text was sourced as public domain. """