Warlord-K commited on
Commit
a09cb5a
1 Parent(s): 9abf94a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def inpaint(prompt, image, mask_image):
13
  return image
14
 
15
 
16
- demo = gr.Interface(inpaint, ["text", gr.Image(type="PIL"), gr.Image(type="PIL")], gr.Image(type="PIL"))
17
 
18
  if __name__ == "__main__":
19
  demo.launch()
 
13
  return image
14
 
15
 
16
+ demo = gr.Interface(inpaint, ["text", gr.Image(type="pil"), gr.Image(type="pil")], gr.Image(type="pil"))
17
 
18
  if __name__ == "__main__":
19
  demo.launch()