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
i have followed installation instruction and try to executed this:
from subtoaudio import SubToAudio
list all model
SubToAudio().coqui_model()
get model index
model = SubToAudio().coqui_model()[1]
which gives me below error:
Traceback (most recent call last):
File "c:\tts\install TTS.py", line 7, in
model = SubToAudio().coqui_model()[1]
TypeError: 'ModelManager' object is not subscriptable
The text was updated successfully, but these errors were encountered:
i have followed installation instruction and try to executed this:
from subtoaudio import SubToAudio
list all model
SubToAudio().coqui_model()
get model index
model = SubToAudio().coqui_model()[1]
which gives me below error:
Traceback (most recent call last):
File "c:\tts\install TTS.py", line 7, in
model = SubToAudio().coqui_model()[1]
TypeError: 'ModelManager' object is not subscriptable
The text was updated successfully, but these errors were encountered: