narugo commited on
Commit
23a411c
·
1 Parent(s): c620369

dev(narugo): update models

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ from natsort import natsorted
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')
 
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')