prithivMLmods commited on
Commit
34d2950
·
verified ·
1 Parent(s): db87296

lazy download adapter [auto cache]

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -180,7 +180,7 @@ def update_dimensions_on_upload(image):
180
 
181
  return new_width, new_height
182
 
183
- @spaces.GPU(duration=30)
184
  def infer(
185
  image_1,
186
  image_2,
 
180
 
181
  return new_width, new_height
182
 
183
+ @spaces.GPU(duration=60)
184
  def infer(
185
  image_1,
186
  image_2,