Spaces:
Build error
Build error
dev(narugo): add percentile value
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ from natsort import natsorted
|
|
11 |
hf_fs = HfFileSystem()
|
12 |
|
13 |
_REPOSITORY = 'deepghs/anime_aesthetic'
|
14 |
-
_DEFAULT_MODEL = '
|
15 |
_MODELS = natsorted([
|
16 |
os.path.dirname(os.path.relpath(file, _REPOSITORY))
|
17 |
for file in hf_fs.glob(f'{_REPOSITORY}/*/model.onnx')
|
|
|
11 |
hf_fs = HfFileSystem()
|
12 |
|
13 |
_REPOSITORY = 'deepghs/anime_aesthetic'
|
14 |
+
_DEFAULT_MODEL = 'caformer_s36_v0_448_ls0.2'
|
15 |
_MODELS = natsorted([
|
16 |
os.path.dirname(os.path.relpath(file, _REPOSITORY))
|
17 |
for file in hf_fs.glob(f'{_REPOSITORY}/*/model.onnx')
|