atatakun commited on
Commit
364ea41
1 Parent(s): 85eaf41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -241,7 +241,8 @@ def inpaint(image, invert):
241
 
242
 
243
  def predict(im):
244
- return im["composite"]
 
245
 
246
  block = gr.Blocks().queue()
247
  with block:
 
241
 
242
 
243
  def predict(im):
244
+ # return im["composite"]
245
+ return im["background"]
246
 
247
  block = gr.Blocks().queue()
248
  with block: