wtf741 commited on
Commit
85cd204
1 Parent(s): 8cb8f64

Update check.py

Browse files
Files changed (1) hide show
  1. check.py +1 -1
check.py CHANGED
@@ -18,7 +18,7 @@ MODELS = natsorted([
18
  os.path.splitext(os.path.relpath(file, REPOSITORY))[0]
19
  for file in hf_fs.glob(f'{REPOSITORY}/*.onnx')
20
  ])
21
- DEFAULT_MODEL = 'mobilenet.small'
22
 
23
 
24
  @lru_cache()
 
18
  os.path.splitext(os.path.relpath(file, REPOSITORY))[0]
19
  for file in hf_fs.glob(f'{REPOSITORY}/*.onnx')
20
  ])
21
+ DEFAULT_MODEL = 'mobilenet.xs.v2'
22
 
23
 
24
  @lru_cache()