Open rybakov-ks opened 5 months ago
Hi, apologies for the late follow up. We haven't had a chance to look into this issue yet, but the Gradio codebase has changed quite significantly since this issue was created, particularly with the release of Gradio 5. Could you let us know if this is still an issue in the latest version of Gradio (pip install --upgrade gradio
)? Thanks!
Hello,
I am encountering the same issue with the gr.ImageEditor component in Gradio version 5.1.0. It no longer works on PC, while it was functioning correctly in the previous version.
I have attached a video demonstrating how it worked in both the old and new versions.
https://github.com/user-attachments/assets/5eb8b47e-63e0-49c9-b321-817beeee9080
https://github.com/user-attachments/assets/232f984f-5cf2-4ae4-9ac9-18a8060909e1
Describe the bug
We have encountered an issue with the 'gr.ImageEditor' component in a Gradio application. The problem occurs when the application is accessed via a mobile browser and a photo taken with the phone's camera (4032x3024, 1.9 MB, iPhone 12) is uploaded. Upon attempting to upload this image, the page automatically reloads, disrupting the user experience. However, smaller images (e.g., 1170x3532, 109 KB) upload without problems.
Have you searched existing issues? 🔎
Reproduction
Screenshot
No response
Logs
No response
System Info
Severity
I can work around it