HRNPH / AIwaifu

Open-Waifu open-sourced finetunable customizable simpable AI waifu inspired by neuro-sama
GNU General Public License v2.0
356 stars 28 forks source link

Missing module #29

Closed andri-jpg closed 1 year ago

andri-jpg commented 1 year ago

Did you forget something during a recent push commit? I got a traceback like this :

(base) PS D:\AIwaifu> python api_inference_server.py Traceback (most recent call last): File "D:\AIwaifu\api_inference_server.py", line 3, in from anime_tts.custom_inference import tts # text to speech from huggingface ModuleNotFoundError: No module named 'anime_tts.custom_inference' (base) PS D:\AIwaifu>

HRNPH commented 1 year ago

oh sorry I didn't fix that line yet wait a min

andri-jpg commented 1 year ago

I've done a pull request in that section

HRNPH commented 1 year ago

merged #30