Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Image Cropper is broken #3810

Closed
aliabid94 opened this issue Apr 10, 2023 · 1 comment · Fixed by #6169
Closed

Image Cropper is broken #3810

aliabid94 opened this issue Apr 10, 2023 · 1 comment · Fixed by #6169
Assignees
Labels
bug Something isn't working 🖼️ image Image component
Milestone

Comments

@aliabid94
Copy link
Collaborator

aliabid94 commented Apr 10, 2023

Can not get the image cropper to work off of main. Not sure how long it has been broken in this way. Just try running:

import gradio as gr

with gr.Blocks() as demo:
    gr.Image(tool="select")
    
demo.launch()

It constantly refreshes the cropping tool

@Romangelo
Copy link

Will downgrading to older versions fix this?

@abidlabs abidlabs modified the milestones: 4.0, 4.0-image Oct 23, 2023
@pngwn pngwn mentioned this issue Nov 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working 🖼️ image Image component
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants