Spaces:
Paused
Paused
switched IO paths for host OS
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ def diffuse(staticLatents, inputImage, mask, pauseInference, prompt, negativePro
|
|
57 |
|
58 |
return newImage
|
59 |
|
60 |
-
defaultMask = Image.open("assets
|
61 |
|
62 |
prompt = gradio.Textbox(label="Prompt", placeholder="A person in a room", lines=3)
|
63 |
negativePrompt = gradio.Textbox(label="Negative Prompt", placeholder="Text", lines=3)
|
|
|
57 |
|
58 |
return newImage
|
59 |
|
60 |
+
defaultMask = Image.open("assets/masks/sphere.png")
|
61 |
|
62 |
prompt = gradio.Textbox(label="Prompt", placeholder="A person in a room", lines=3)
|
63 |
negativePrompt = gradio.Textbox(label="Negative Prompt", placeholder="Text", lines=3)
|