Just wanted to report an error I've been getting and how I resolved it for future folks who might run into the same issue.
I've been trying to run MMAudio on Windows 11 (via Pinokio), and couldn't get the gradio up due to the following error:
HTTP Request: GET https://huggingface.co/hkchengrex/MMAudio/resolve/main/examples/sora_beach.mp4 "HTTP/1.1 302 Found"
The file is accessible through Chrome, but for some reason it just kept failing to download it, and that fail made it unable to run at all.
Since it is just an example video, I didn't want to waste time trying to debug why it doesn't work. So I opened up app\gradio_demo.py , scrolled to line 192 and replaced the array of example videos with just examples=[ ])
As expected, that made it run properly. 👍
Someone from the official folks might want to look into how to fix the real problem behind it... though it is totally understandable if you've got better things to do than to make example videos work. Cheers, and thanks for sharing such an awesome model with the community. It is exactly what we needed all along to enable our creativity. Thank you. 😘
Just wanted to report an error I've been getting and how I resolved it for future folks who might run into the same issue.
I've been trying to run MMAudio on Windows 11 (via Pinokio), and couldn't get the gradio up due to the following error:
HTTP Request: GET https://huggingface.co/hkchengrex/MMAudio/resolve/main/examples/sora_beach.mp4 "HTTP/1.1 302 Found"The file is accessible through Chrome, but for some reason it just kept failing to download it, and that fail made it unable to run at all.
Since it is just an example video, I didn't want to waste time trying to debug why it doesn't work. So I opened up
app\gradio_demo.py, scrolled to line 192 and replaced the array of example videos with justexamples=[ ])As expected, that made it run properly. 👍
Someone from the official folks might want to look into how to fix the real problem behind it... though it is totally understandable if you've got better things to do than to make example videos work. Cheers, and thanks for sharing such an awesome model with the community. It is exactly what we needed all along to enable our creativity. Thank you. 😘