# 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"""
""" # Markdown content for demo text info demo_text_info = """ All input text was sourced as public domain. """ styling = """ .equal-height { min-height: 400px; display: flex; flex-direction: column; } .token-label { font-size: 1rem; margin-bottom: 0.3rem; text-align: center; padding: 0.2rem 0; } .token-count { color: #4169e1; } #gradio-accordion > .label-wrap { background: radial-gradient(circle, rgba(30,58,138,0.8) 0%, rgba(167,71,254,0.6) 100%); padding: 0.8rem 1rem; font-size: 1rem; color: #000000; border-radius: 4px; } """