Download Error

#3
by walkingwithGod - opened

Hello brother, when I was using the Huggingface Demo, the downloaded image was not in an image format (such as .jpg, .png, etc.). Moreover, after I manually changed the file to .jpg format, the image contained the original content, rather than the content with the background removed.

Hi @walkingwithGod
Thanks for reporting this, ImageSlider always returns webp files.
you can read more about this at https://github.com/pngwn/gradio-imageslider/issues/33 and https://github.com/pngwn/gradio-imageslider/pull/29 .
also, friendly tagging @pngwn to highlight this as feedback from users.

what you want to do is save the images as PNG instead of JPG because png allows for transparent background.
I can create another space and allow people to download their images as png if that helps you out (I don't want to change the current space because there are a lot of people depending on the current API)
let me know if this interests you and I will create one tomorrow

That's great, Thank you for your job!

Hi @walkingwithGod
Thanks for reporting this, ImageSlider always returns webp files.
you can read more about this at https://github.com/pngwn/gradio-imageslider/issues/33 and https://github.com/pngwn/gradio-imageslider/pull/29 .
also, friendly tagging @pngwn to highlight this as feedback from users.

what you want to do is save the images as PNG instead of JPG because png allows for transparent background.
I can create another space and allow people to download their images as png if that helps you out (I don't want to change the current space because there are a lot of people depending on the current API)
let me know if this interests you and I will create one tomorrow

Hi brother, I download the image and save the image as PNG, but the background is still exist.

Hi @walkingwithGod
I have updated https://huggingface.co/spaces/not-lain/locally-compatible-BG-removal
and you can now download your png images
image.png
as for the windows compatible version, I will work on it as soon as possible.

Hi @walkingwithGod
I have updated https://huggingface.co/spaces/not-lain/locally-compatible-BG-removal
and you can now download your png images
image.png
as for the windows compatible version, I will work on it as soon as possible.

Good job, the effect is so good, thank you very much!

Sign up or log in to comment