nigeljw commited on
Commit
1966b50
1 Parent(s): 1200575

Switched default to diamond mask

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ def diffuse(staticLatents, generatorSeed, inputImage, mask, pauseInference, prom
62
 
63
  return newImage
64
 
65
- defaultMask = Image.open("assets/masks/sphere.png")
66
 
67
  prompt = gradio.Textbox(label="Prompt", placeholder="A person in a room", lines=3)
68
  negativePrompt = gradio.Textbox(label="Negative Prompt", placeholder="Text", lines=3)
 
62
 
63
  return newImage
64
 
65
+ defaultMask = Image.open("assets/masks/diamond.png")
66
 
67
  prompt = gradio.Textbox(label="Prompt", placeholder="A person in a room", lines=3)
68
  negativePrompt = gradio.Textbox(label="Negative Prompt", placeholder="Text", lines=3)