You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
The text was updated successfully, but these errors were encountered:
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>
The text was updated successfully, but these errors were encountered: