matfuse-sd
matfuse-sd copied to clipboard
Get error when running inference code
Hi,
Thanks for your fantastic work and it's very interesting! I want to run inference code to generate materials from text prompts. I tried the interface inference using gradio_app.py but got error in the output tab as this:
Could you please help me with this?
Thanks!
Hi, thank you for your interest in our work!
It is likely a problem with gradio 3.42, even if it worked some time ago.
I upgraded the app to run with gradio 4.36 in 71faec8 and now it should be working.
After I git pull new code and upgrade gradio version, it works now. Thanks! @giuvecchio @rensortino