Spaces:
Running
Running
Plat
commited on
Commit
·
174d798
1
Parent(s):
295ecd7
chore: update model
Browse files
app.py
CHANGED
@@ -8,12 +8,18 @@ import torchvision.transforms.v2 as T
|
|
8 |
|
9 |
|
10 |
MODEL_MAP = {
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
"p1atdev/style_250412.vit_base_patch16_siglip_384.v2_webli": {
|
12 |
"mean": [0, 0, 0],
|
13 |
"std": [1.0, 1.0, 1.0],
|
14 |
"image_size": 384,
|
15 |
"background": 0,
|
16 |
-
}
|
17 |
}
|
18 |
|
19 |
|
|
|
8 |
|
9 |
|
10 |
MODEL_MAP = {
|
11 |
+
"p1atdev/style_250416.1.vit_base_patch16_siglip_384.v2_webli": {
|
12 |
+
"mean": [0, 0, 0],
|
13 |
+
"std": [1.0, 1.0, 1.0],
|
14 |
+
"image_size": 384,
|
15 |
+
"background": 0,
|
16 |
+
},
|
17 |
"p1atdev/style_250412.vit_base_patch16_siglip_384.v2_webli": {
|
18 |
"mean": [0, 0, 0],
|
19 |
"std": [1.0, 1.0, 1.0],
|
20 |
"image_size": 384,
|
21 |
"background": 0,
|
22 |
+
},
|
23 |
}
|
24 |
|
25 |
|