VictorSanh commited on
Commit
9e8bf08
·
1 Parent(s): 4f26c98

nope it wasnt' that

Browse files
Files changed (1) hide show
  1. processing_img2html.py +1 -1
processing_img2html.py CHANGED
@@ -57,7 +57,7 @@ class Img2HTMLProcessor(ProcessorMixin):
57
  """
58
 
59
  attributes = ["image_processor", "tokenizer"]
60
- image_processor_class = "image_processing_img2html.Img2HTMLImageProcessor"
61
  tokenizer_class = "LlamaTokenizerFast"
62
 
63
  def __init__(self, image_processor, tokenizer=None, image_size=224, add_end_of_utterance_token=None, **kwargs):
 
57
  """
58
 
59
  attributes = ["image_processor", "tokenizer"]
60
+ image_processor_class = "Img2HTMLImageProcessor"
61
  tokenizer_class = "LlamaTokenizerFast"
62
 
63
  def __init__(self, image_processor, tokenizer=None, image_size=224, add_end_of_utterance_token=None, **kwargs):