VictorSanh commited on
Commit
c816c5b
1 Parent(s): 01aa456
Files changed (2) hide show
  1. README.md +1 -1
  2. vision.py +1 -1
README.md CHANGED
@@ -9,7 +9,7 @@ tags:
9
  ---
10
 
11
 
12
- **Try out the [demo](https://huggingface.co/spaces/HuggingFaceM4/img2html_demo)!**
13
 
14
  # Model Description
15
 
 
9
  ---
10
 
11
 
12
+ **Try out the [demo](https://huggingface.co/spaces/HuggingFaceM4/screenshot2html)!**
13
 
14
  # Model Description
15
 
vision.py CHANGED
@@ -29,7 +29,7 @@ from transformers.utils import (
29
  is_flash_attn_2_available,
30
  logging,)
31
 
32
- from .configuration_img2html import Img2HTMLVisionConfig
33
 
34
 
35
  logger = logging.get_logger(__name__)
 
29
  is_flash_attn_2_available,
30
  logging,)
31
 
32
+ from .configuration_vmistral import VMistralVisionConfig
33
 
34
 
35
  logger = logging.get_logger(__name__)