fffiloni commited on
Commit
d0ae1c0
1 Parent(s): aeb7d74

set GPU duration to 10

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def can_expand(source_width, source_height, target_width, target_height, alignme
53
  return True
54
 
55
 
56
- @spaces.GPU
57
  def infer(image, width, height, overlap_width, num_inference_steps, prompt_input=None, alignment="Middle"):
58
 
59
  source = image
 
53
  return True
54
 
55
 
56
+ @spaces.GPU(duration=10)
57
  def infer(image, width, height, overlap_width, num_inference_steps, prompt_input=None, alignment="Middle"):
58
 
59
  source = image