Update app.py
Browse files
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=
|
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,
|