Spaces:
Runtime error
Runtime error
Update check.py
Browse files
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.
|
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()
|