Spaces:
Paused
Paused
Switched default to diamond mask
Browse files
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/
|
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)
|