Chaerin5 commited on
Commit
8ed2e2f
·
1 Parent(s): 2a5d3ab

fix inpainting bug

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=420)
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,