Runtime error.

#1
by SuperPauly - opened

I'm using mp3 or wav formats and have used a mixture of params but I always get a runtime error.

NVIDIA org

Hi, could you share more information about the error and what is the audio length?

l1xDsRvN6s8O51v850iwTLozqcaSpXXW
It literally says RuntimeError and that's it.
Screenshot shows the audio I'm using is just over 1 minute long.

It's in mp3 format, 24 bit, 44.1khz format.

I see! I think this is partly due to GPU out-of-memory (OOM) limitations on Hugging Face. On this demo page, it typically only supports audio up to around 1x seconds. You can either trim the audio or run the model locally on your own machine: https://huggingface.co/nvidia/RE-USE

未命名

Sign up or log in to comment