I duplicated this space: Parakeet TDT 0.6b V3 - a Hugging Face Space by pratyushmittal
to here: Parakeet TDT 0.6b V3 - a Hugging Face Space by Ratnesh-dev
Which gave me a build error in the requirements files (it was using the #egg= syntax).
Old line in requirements:
git+https://github.com/NVIDIA/NeMo.git@main#egg=nemo_toolkit[asr]
Updated to:
nemo_toolkit[asr] @ git+https://github.com/NVIDIA/NeMo.git@main
(You can see the commit history on the duplicated space)
Now, the space builds and is in a running state, but I can’t seem to get any transcription output out of it. On the original space, I can upload any file (5 min, 15 min, 30 min) and get the output within 20 seconds. But on my duplicated space, I get an error even on a small 5 minute file.
I don’t see any specific errors in the container logs.
What is going on here? Both spaces are using the same ZeroGPU hardware. One works, the other doesn’t.
Can you please help me with this?