FJDorfner commited on
Commit
f7975aa
·
verified ·
1 Parent(s): 9bce45c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ footer {
56
  }
57
  """
58
 
59
- @spaces.GPU
60
  def predict_image(input_image, input_file):
61
 
62
  if input_image is not None:
 
56
  }
57
  """
58
 
59
+ @spaces.GPU(duration=20)
60
  def predict_image(input_image, input_file):
61
 
62
  if input_image is not None: