miaw1419 commited on
Commit
0420280
·
verified ·
1 Parent(s): 9fedde8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -199,7 +199,7 @@ def clear_comments():
199
  return extract_vp_botton, clear_botton
200
 
201
 
202
- @spaces.GPU
203
  def extract_vp():
204
  if valid_api == "":
205
  vpe_model = AutoModelForVision2Seq.from_pretrained(
 
199
  return extract_vp_botton, clear_botton
200
 
201
 
202
+ @spaces.GPU(duration=360)
203
  def extract_vp():
204
  if valid_api == "":
205
  vpe_model = AutoModelForVision2Seq.from_pretrained(