Shio-Koube commited on
Commit
810a1d7
·
verified ·
1 Parent(s): 6ecba54

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -14,6 +14,12 @@ MODEL_MAP = {
14
  "image_size": 384,
15
  "background": 0,
16
  }
 
 
 
 
 
 
17
  }
18
 
19
 
 
14
  "image_size": 384,
15
  "background": 0,
16
  }
17
+ "Shio-Koube/ConvNext-style": {
18
+ "mean": [0.5, 0.5, 0.5],
19
+ "std": [0.5, 0.5, 0.5],
20
+ "image_size": 512,
21
+ "background": 0,
22
+ }
23
  }
24
 
25