Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -186,7 +186,7 @@ def preprocess_n_magnify(input_image: Image.Image):
|
|
186 |
|
187 |
return (img, magnified_img)
|
188 |
|
189 |
-
@spaces.GPU(duration=
|
190 |
def magnify(
|
191 |
input_image: Image.Image,
|
192 |
user_prompt = "",
|
|
|
186 |
|
187 |
return (img, magnified_img)
|
188 |
|
189 |
+
@spaces.GPU(duration=160)
|
190 |
def magnify(
|
191 |
input_image: Image.Image,
|
192 |
user_prompt = "",
|