yaful commited on
Commit
8e71a4d
1 Parent(s): 4277006

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -8,6 +8,7 @@ from transformers import (
8
  )
9
  from utils import preprocess
10
 
 
11
  device = 'cpu'
12
  model_dir = "nealcly/detection-longformer"
13
 
 
8
  )
9
  from utils import preprocess
10
 
11
+ # init
12
  device = 'cpu'
13
  model_dir = "nealcly/detection-longformer"
14