OriLib commited on
Commit
db25ffe
1 Parent(s): 58b6ce5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ def process(image):
56
  new_orig_image = new_orig_image.convert('RGBA')
57
 
58
  # return new_im
59
- return [new_orig_image, new_im]
60
 
61
 
62
  # block = gr.Blocks().queue()
 
56
  new_orig_image = new_orig_image.convert('RGBA')
57
 
58
  # return new_im
59
+ return [orig_image, new_im]
60
 
61
 
62
  # block = gr.Blocks().queue()