VictorSanh HF staff commited on
Commit
f653a92
1 Parent(s): b240ec1

ditch some unecessary parts ?

Browse files
Files changed (1) hide show
  1. preprocessor_config.json +2 -2
preprocessor_config.json CHANGED
@@ -9,12 +9,12 @@
9
  0.5,
10
  0.5
11
  ],
12
- "image_processor_class": "image_processing_img2html.Img2HTMLImageProcessor",
13
  "image_size": 960,
14
  "image_std": [
15
  0.5,
16
  0.5,
17
  0.5
18
  ],
19
- "processor_class": "processing_img2html.Img2HTMLProcessor"
20
  }
 
9
  0.5,
10
  0.5
11
  ],
12
+ "image_processor_type": "Img2HTMLImageProcessor",
13
  "image_size": 960,
14
  "image_std": [
15
  0.5,
16
  0.5,
17
  0.5
18
  ],
19
+ "processor_class": "Img2HTMLProcessor"
20
  }