not-lain commited on
Commit
cb82f6d
·
verified ·
1 Parent(s): 1d5fef5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def calculate_optimal_dimensions(image):
44
  return width, height
45
 
46
 
47
- @spaces.GPU()
48
  def inpaint(
49
  image,
50
  mask,
 
44
  return width, height
45
 
46
 
47
+ @spaces.GPU(duration=120)
48
  def inpaint(
49
  image,
50
  mask,