Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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(
|