inpaint-mask-maker / README.md
ehsanfal's picture
upgrade gradio
ab9739b

A newer version of the Gradio SDK is available: 6.12.0

Upgrade
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

  1. Upload an image.
  2. Use Brush to mark the region (paint = white).
  3. Use Eraser to undo.
  4. 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.