legoandmars commited on
Commit
eb80da0
·
1 Parent(s): 93dba5e

more method parameter fixing

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -245,7 +245,7 @@ def inpaint(input_img, prompt):
245
  )[:batch_size]
246
  model_up.del_cache()
247
 
248
- return source_mask_64_img, show_images(up_samples)
249
 
250
  gradio_inputs = [gr.inputs.Image(type='pil',
251
  label="Input Image",
 
245
  )[:batch_size]
246
  model_up.del_cache()
247
 
248
+ return show_images(up_samples)
249
 
250
  gradio_inputs = [gr.inputs.Image(type='pil',
251
  label="Input Image",