clementchadebec commited on
Commit
01c5a6a
1 Parent(s): fd60f88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ def process_input(input_image, upscale_factor, **kwargs):
81
  return input_image.resize((w, h)), w_original, h_original, was_resized
82
 
83
 
84
- @spaces.GPU(duration=25)
85
  def infer(
86
  seed,
87
  randomize_seed,
 
81
  return input_image.resize((w, h)), w_original, h_original, was_resized
82
 
83
 
84
+ @spaces.GPU(duration=42)
85
  def infer(
86
  seed,
87
  randomize_seed,