Spaces:
Runtime error
Runtime error
Commit
·
eb80da0
1
Parent(s):
93dba5e
more method parameter fixing
Browse files
app.py
CHANGED
@@ -245,7 +245,7 @@ def inpaint(input_img, prompt):
|
|
245 |
)[:batch_size]
|
246 |
model_up.del_cache()
|
247 |
|
248 |
-
return
|
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",
|