clementchadebec commited on
Commit
1a41547
1 Parent(s): b6d5e1a

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=42)
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,