Commit
·
719f253
1
Parent(s):
7aa0923
fix
Browse files
vision.py
CHANGED
|
@@ -34,7 +34,7 @@ from transformers.utils import (
|
|
| 34 |
replace_return_docstrings,
|
| 35 |
)
|
| 36 |
|
| 37 |
-
from .configuration_img2html import
|
| 38 |
|
| 39 |
|
| 40 |
logger = logging.get_logger(__name__)
|
|
|
|
| 34 |
replace_return_docstrings,
|
| 35 |
)
|
| 36 |
|
| 37 |
+
from .configuration_img2html import Img2HTMLVisionConfig
|
| 38 |
|
| 39 |
|
| 40 |
logger = logging.get_logger(__name__)
|