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

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(duration=75)
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 = "",