Commit
·
4f26c98
1
Parent(s):
2dfdfed
try that
Browse files- processing_img2html.py +1 -1
processing_img2html.py
CHANGED
@@ -57,7 +57,7 @@ class Img2HTMLProcessor(ProcessorMixin):
|
|
57 |
"""
|
58 |
|
59 |
attributes = ["image_processor", "tokenizer"]
|
60 |
-
|
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 = "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):
|