Alex McKinney commited on
Commit
c53a522
β€’
1 Parent(s): b645323

updates README

Browse files
Files changed (1) hide show
  1. README.md +6 -4
README.md CHANGED
@@ -1,15 +1,17 @@
1
  ---
2
  title: Stable Diffusion Inpainting Segmentation
3
- emoji: πŸ“‰
4
  colorFrom: purple
5
- colorTo: pink
6
  sdk: gradio
7
  sdk_version: 3.9
8
  app_file: app.py
9
- pinned: false
10
  license: creativeml-openrail-m
11
  ---
12
 
 
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
14
 
15
  ### Notes on Gradio changes
@@ -19,5 +21,5 @@ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-
19
 
20
  ### ToDos:
21
  - [ ] setting a random seed
22
- - [ ] click support
23
  - [ ] draw on mask
 
1
  ---
2
  title: Stable Diffusion Inpainting Segmentation
3
+ emoji: 😷
4
  colorFrom: purple
5
+ colorTo: black
6
  sdk: gradio
7
  sdk_version: 3.9
8
  app_file: app.py
9
+ pinned: true
10
  license: creativeml-openrail-m
11
  ---
12
 
13
+ > A work-in-progress – may be buggy and slow!
14
+
15
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
16
 
17
  ### Notes on Gradio changes
 
21
 
22
  ### ToDos:
23
  - [ ] setting a random seed
24
+ - [ ] click support for segmentation
25
  - [ ] draw on mask