lehduong commited on
Commit
0ac6116
1 Parent(s): 58fd9d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -638,12 +638,12 @@ def get_example():
638
  "Inpainting with Black mask", # Example name - new column
639
  "./assets/examples/inpainting/giorno.webp", # Preview column
640
  ["./assets/examples/inpainting/giorno.webp"], # Input image path
641
- "[[inpainting]]",
642
  NEGATIVE_PROMPT,
643
  50, # num_steps
644
  4.0, # guidance_scale
645
  ["image_0"], # denoise_mask
646
- "image_inpainting", # task_type
647
  "0", # azimuth
648
  "0", # elevation
649
  "1.5", # distance
 
638
  "Inpainting with Black mask", # Example name - new column
639
  "./assets/examples/inpainting/giorno.webp", # Preview column
640
  ["./assets/examples/inpainting/giorno.webp"], # Input image path
641
+ "[[image_inpainting]]",
642
  NEGATIVE_PROMPT,
643
  50, # num_steps
644
  4.0, # guidance_scale
645
  ["image_0"], # denoise_mask
646
+ "inpainting", # task_type
647
  "0", # azimuth
648
  "0", # elevation
649
  "1.5", # distance