Kokoro-FastAPI/ui/app.py
2025-01-01 21:50:41 -07:00

5 lines
175 B
Python

from lib.interface import create_interface
if __name__ == "__main__":
demo = create_interface()
demo.launch(server_name="0.0.0.0", server_port=7860, show_error=True)