bmay commited on
Commit
c27bfca
·
verified ·
1 Parent(s): 8bf32ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def load_description(fp):
13
  return content
14
 
15
 
16
- @spaces.GPU(duration=30)
17
  def run_theia(image):
18
  theia_model = AutoModel.from_pretrained("theaiinstitute/theia-tiny-patch16-224-cddsv", trust_remote_code=True)
19
  theia_model = theia_model.to('cuda')
 
13
  return content
14
 
15
 
16
+ @spaces.GPU(duration=90)
17
  def run_theia(image):
18
  theia_model = AutoModel.from_pretrained("theaiinstitute/theia-tiny-patch16-224-cddsv", trust_remote_code=True)
19
  theia_model = theia_model.to('cuda')