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
(chattts) root@autodl-container-fa5b45ae8c-3f5f19fe:~/ChatTTS-OpenVoice# python app.py
Traceback (most recent call last):
File "/root/ChatTTS-OpenVoice/app.py", line 15, in <module>
from OpenVoice.api import ToneColorConverter
File "/root/ChatTTS-OpenVoice/OpenVoice/api.py", line 11, in <module>
from .utils.models import SynthesizerTrn
File "/root/ChatTTS-OpenVoice/OpenVoice/utils/models.py", line 13, in <module>
from .utils.commons import init_weights, get_padding
ModuleNotFoundError: No module named 'OpenVoice.utils.utils.commons'; 'OpenVoice.utils.utils' is not a package
运行提示这个,好像,utils了两次
The text was updated successfully, but these errors were encountered:
运行提示这个,好像,utils了两次
The text was updated successfully, but these errors were encountered: