Spaces:
Running on Zero
Running on Zero
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.
Hi, could you share more information about the error and what is the audio length?
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

