I've got the following problem with audioldm command line tool. I installed audioldm using poetry add audioldm and I was trying to inference with the default model. But after running audioldm -t <prompt> I received the following error which doesn't allow me to work with audioldm command:
I've been trying to clear the cache and downgrade Python to version 3.8 (as suggested in README.md) but none of these things worked. Has anyone had the similar issue?
Hello!
I've got the following problem with
audioldm
command line tool. I installed audioldm usingpoetry add audioldm
and I was trying to inference with the default model. But after runningaudioldm -t <prompt>
I received the following error which doesn't allow me to work withaudioldm
command:I've been trying to clear the cache and downgrade Python to version 3.8 (as suggested in
README.md
) but none of these things worked. Has anyone had the similar issue?Thank you in advance for your response :)