Spaces:
Runtime error
Runtime error
A newer version of the Gradio SDK is available: 6.12.0
metadata
title: Inpaint Mask Maker
emoji: 📈
colorFrom: pink
colorTo: pink
sdk: gradio
sdk_version: 5.49.1
app_file: app.py
pinned: true
short_description: tool for making inpainting masks
Quick Mask Maker (Gradio)
A tiny web app to draw a segmentation-style mask on an image and download it as a white-on-black PNG.
How to use
- Upload an image.
- Use Brush to mark the region (paint = white).
- Use Eraser to undo.
- Click Generate mask and download the PNG.
Notes
- Output is single-channel (L) PNG with values {0,255}.
- Check Invert mask if you want background white instead.