--- title: Stable Diffusion Inpainting Segmentation emoji: 😷 colorFrom: purple colorTo: black sdk: gradio sdk_version: 3.9 app_file: app.py pinned: true license: creativeml-openrail-m --- > A work-in-progress – may be buggy and slow! Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference ### Notes on Gradio changes - onclick events for canvas? we can draw, but can I get coordinates? - checkboxes seem a bit busted with indexes - set canvas default to segmentation output, make small edits rather than doing whole thing ### ToDos: - [ ] setting a random seed - [ ] click support for segmentation - [ ] draw on mask - [ ] batching support (blocked by inpainting issue involving tensors + batched inputs)