Spaces:
Runtime error
Runtime error
File size: 688 Bytes
f5011fc 7d008e4 8cd1abb 1d2fcbb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
---
title: Stable Diffusion Inpainting Segmentation
emoji: 📉
colorFrom: purple
colorTo: pink
sdk: gradio
sdk_version: 3.9
app_file: app.py
pinned: false
license: creativeml-openrail-m
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
### Notes on Gradio changes
- is there a way to stop the loading icon appearing? Would rather copy last input than flicker
- 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:
- [ ] inverse mask
- [ ] click support
- [ ] draw on mask
|