Closed JJun-Guo closed 1 year ago
Traceback (most recent call last): File "inference/GenerSpeech.py", line 2, in from inference.base_tts_infer import BaseTTSInfer ModuleNotFoundError: No module named 'inference'
Add this to the inference/GenerSpeech.py file: import sys sys.path.append('../GenerSpeech')
Traceback (most recent call last): File "inference/GenerSpeech.py", line 2, in
from inference.base_tts_infer import BaseTTSInfer
ModuleNotFoundError: No module named 'inference'