Need more than 60 seconds to compute

#1
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ aura_sr = AuraSR.from_pretrained("fal-ai/AuraSR")
19
  # Restore original torch.load
20
  torch.load = original_load
21
 
22
- @spaces.GPU
23
  def process_image(input_image):
24
  if input_image is None:
25
  return None
 
19
  # Restore original torch.load
20
  torch.load = original_load
21
 
22
+ @spaces.GPU(duration=419)
23
  def process_image(input_image):
24
  if input_image is None:
25
  return None