VictorSanh
commited on
Commit
·
8d33f67
1
Parent(s):
d8ae54e
nope, wasn't that
Browse files- preprocessor_config.json +2 -2
preprocessor_config.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
{
|
2 |
"auto_map": {
|
3 |
-
"AutoProcessor":
|
4 |
-
"AutoImageProcessor":
|
5 |
},
|
6 |
"image_num_channels": 3,
|
7 |
"image_mean": [
|
|
|
1 |
{
|
2 |
"auto_map": {
|
3 |
+
"AutoProcessor": "processing_img2html.Img2HTMLProcessor",
|
4 |
+
"AutoImageProcessor": "image_processing_img2html.Img2HTMLImageProcessor"
|
5 |
},
|
6 |
"image_num_channels": 3,
|
7 |
"image_mean": [
|