# HTML content for the header section header_title = """ Generates about 1 hour of audio per minute, 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 = """ ### Demo Text Info The demo text is loaded from H.G. Wells' "The Time Machine". This classic text demonstrates the system's ability to handle long-form content through chunking. """