Spaces:
Running
on
Zero
Running
on
Zero
fix inpainting bug
Browse files
app.py
CHANGED
@@ -721,7 +721,7 @@ def switch_mask_size(radio):
|
|
721 |
out = (gr.update(visible=True), gr.update(visible=False))
|
722 |
return out
|
723 |
|
724 |
-
@spaces.GPU(duration=
|
725 |
def sample_inpaint(
|
726 |
ref_cond,
|
727 |
target_cond,
|
|
|
721 |
out = (gr.update(visible=True), gr.update(visible=False))
|
722 |
return out
|
723 |
|
724 |
+
@spaces.GPU(duration=300)
|
725 |
def sample_inpaint(
|
726 |
ref_cond,
|
727 |
target_cond,
|