Spaces:
Running on Zero
Running on Zero
| title: Background Remover | |
| emoji: πͺ | |
| colorFrom: gray | |
| colorTo: purple | |
| sdk: gradio | |
| sdk_version: 6.20.0 | |
| python_version: '3.12' | |
| app_file: app.py | |
| pinned: false | |
| # πͺ Background Remover | |
| Remove image backgrounds instantly using the open-source [BiRefNet](https://huggingface.co/ZhengPeng7/BiRefNet) | |
| segmentation model. Free to use, no sign-up, no watermark β runs on Hugging Face's free | |
| [ZeroGPU](https://huggingface.co/docs/hub/spaces-zerogpu). | |
| Three ways to use it: | |
| - **Upload** β drag and drop an image, get a transparent PNG back. | |
| - **Image URL** β paste a link to any image on the web. | |
| - **File β PNG** β upload a file and download a transparent PNG (also exposed as the `png` API for automation / MCP). | |
| Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference | |