Solution for "Unsupported file type" error after recent project update #2270
harmlessman
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanted to hear the voice of the model I made after a long time, so I updated the project and tried voice synthesis. However, the following error occurred.
The reason for the error is that the type
d_vector_file
changed fromstr
tolist[str]
.Let's change
d_vector_file
value tolist
value in config.d_vector_file : "path" => d_vector_file : ["path"]
thank you.
Beta Was this translation helpful? Give feedback.
All reactions