A Security Review of Gradio 5
•
6
pip install gradio --pre
sdk_version
to be 5.0.0b3
in the README.md
file on Spaces.We just released gradio==4.43
with the same fix. So new Gradio Spaces should work fine now (older ones will need to update the sdk_version
in the README.md
file)
Ok there's a separate issue, the latest fastapi release broke Gradio. We are fixing
I don't think the issue is related to Gradio 3/4. I'm pretty sure you'll get the same error if you build a small app in Gradio 4 that calls these models via the Inference API, can you double check that @John6666 ?