nigeljw commited on
Commit
5e772ca
1 Parent(s): 78392d4

switched IO paths for host OS

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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\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)
 
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)