ariffaizin19
commited on
Commit
·
83bb931
1
Parent(s):
1ce9ccf
fix: update max size into 2500
Browse files- preprocessor_config.json +1 -1
preprocessor_config.json
CHANGED
@@ -13,6 +13,6 @@
|
|
13 |
0.224,
|
14 |
0.225
|
15 |
],
|
16 |
-
"max_size":
|
17 |
"size": 640
|
18 |
}
|
|
|
13 |
0.224,
|
14 |
0.225
|
15 |
],
|
16 |
+
"max_size": 2500,
|
17 |
"size": 640
|
18 |
}
|