Spaces:
mikitona
/
Running on Zero

mikitona commited on
Commit
9c19d71
·
verified ·
1 Parent(s): 3dfaeda

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,7 +127,7 @@ def check(input_image):
127
  if input_image is None:
128
  raise gr.Error("Please provide an image to restore.")
129
 
130
- @spaces.GPU(duration=420)
131
  def stage1_process(
132
  input_image,
133
  gamma_correction,
 
127
  if input_image is None:
128
  raise gr.Error("Please provide an image to restore.")
129
 
130
+ @spaces.GPU(duration=20)
131
  def stage1_process(
132
  input_image,
133
  gamma_correction,