Gradio interface suddenly stop functioning and don’t render properly - Python

I have Python Gradio space running: https://huggingface.co/spaces/Adeal1/BackgroundRemoverandChanger

The forms are not rendering properly and are not functioning, including the tabs. I’ve tried so many ways to make it work, but no changes.
I tried disabling SSR mode and share_server, but nothing worked. It first renders properly, and when the page finishes loading, it just renders incorrectly immediately.

1 Like

It looks like it’s fixed… I’m Chrome on Windows.

Thank you, It has been fixed on Chrome, but it’s still the same on other browsers. What can I do, please?

1 Like

If it doesn’t work even with ssr_mode=False, I don’t know how to get around it… It might be a new bug.
Maybe you could try downgrading Gradio?
If you’re using 5.6.0, ssr_mode=False should work.

sdk: gradio
sdk_version: 5.6.0
1 Like

I made two PRs. Try merge them.

yes, I confirm

Thank you very much; I’ll do that.

1 Like