2noise / ChatTTS

A generative speech model for daily dialogue.
https://2noise.com
Other
26.77k stars 2.91k forks source link

Add init.py to tools and web to fix launching webui demo #414

Closed aliencaocao closed 1 week ago

aliencaocao commented 1 week ago

__init__.py is needed for python to recognize the folder is a module, else users will get examples.web not found error when trying to run the launch command python examples/web/webui.py.