Spaces:
Running
Running
Commit
·
23a411c
1
Parent(s):
c620369
dev(narugo): update models
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 = 'swinv2pv3_v0_448_ls0.2_x'
|
| 15 |
_MODELS = natsorted([
|
| 16 |
os.path.dirname(os.path.relpath(file, _REPOSITORY))
|
| 17 |
for file in hf_fs.glob(f'{_REPOSITORY}/*/model.onnx')
|