Spaces:
Runtime error
Runtime error
max
commited on
Commit
•
578ad9e
1
Parent(s):
b2a8658
change image order
Browse files
app.py
CHANGED
@@ -319,7 +319,7 @@ maturl = 'https://github.com/fenglinglwb/MAT'
|
|
319 |
gr.Interface(
|
320 |
_outpaint,
|
321 |
[searchimage, to_size, border, seed, size, model],
|
322 |
-
[out,
|
323 |
title=f"MAT Primer for Stable Diffusion\n\nbased on MAT: Mask-Aware Transformer for Large Hole Image Inpainting\n\n{maturl}",
|
324 |
description=f"""<html>
|
325 |
create an primer for use in stable diffusion outpainting<br>
|
|
|
319 |
gr.Interface(
|
320 |
_outpaint,
|
321 |
[searchimage, to_size, border, seed, size, model],
|
322 |
+
[outwithoutalpha,out, mask],
|
323 |
title=f"MAT Primer for Stable Diffusion\n\nbased on MAT: Mask-Aware Transformer for Large Hole Image Inpainting\n\n{maturl}",
|
324 |
description=f"""<html>
|
325 |
create an primer for use in stable diffusion outpainting<br>
|