alexnasa commited on
Commit
c06b2d2
·
verified ·
1 Parent(s): 291367f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()
190
  def magnify(
191
  input_image: Image.Image,
192
  user_prompt = "",
 
186
 
187
  return (img, magnified_img)
188
 
189
+ @spaces.GPU(duration=75)
190
  def magnify(
191
  input_image: Image.Image,
192
  user_prompt = "",