Loomisgitarrist/Loomy-Supertonic-TTS
docs: emphasize performance improvement goal
docs: list required bundled files for client app
docs: add local deployment guide
debug: add generation timing logs
docs: keep voices endpoint out of public API
fix: remove unsupported language arg from synthesize
feat: dynamic voice loading
debug: expose tts init error
Add /voices endpoint and update docs
Refactor: Switch to FastAPI/Uvicorn, remove Gradio, add API docs
Fix voice IDs to match Supertonic (M1-M5, F1-F5) and update default voice
Replace Gradio with FastAPI + Custom Dark Mode UI
Pin huggingface-hub<0.25.0 to fix HfFolder import error
Fix TypeError in Gradio theme configuration
Downgrade Gradio to 4.44.1 and pin huggingface-hub to fix ImportError
Fix global text visibility in dark mode
Fix NameError in app.py by restoring full content
Deploy Clean Docker App
