Update README.md
Browse files
README.md
CHANGED
@@ -4,7 +4,7 @@ base_model:
|
|
4 |
language:
|
5 |
- en
|
6 |
library_name: transformers
|
7 |
-
license:
|
8 |
pipeline_tag: image-text-to-text
|
9 |
tags:
|
10 |
- mlx
|
@@ -23,6 +23,7 @@ pip install -U mlx-vlm pillow
|
|
23 |
# /// script
|
24 |
# requires-python = ">=3.12"
|
25 |
# dependencies = [
|
|
|
26 |
# "mlx-vlm",
|
27 |
# "pillow",
|
28 |
# ]
|
@@ -96,4 +97,5 @@ if SHOW_IN_BROWSER:
|
|
96 |
out_path = Path("./output.html")
|
97 |
doc.save_as_html(out_path, image_mode=ImageRefMode.EMBEDDED)
|
98 |
webbrowser.open(f"file:///{str(out_path.resolve())}")
|
99 |
-
|
|
|
|
4 |
language:
|
5 |
- en
|
6 |
library_name: transformers
|
7 |
+
license: cdla-permissive-2.0
|
8 |
pipeline_tag: image-text-to-text
|
9 |
tags:
|
10 |
- mlx
|
|
|
23 |
# /// script
|
24 |
# requires-python = ">=3.12"
|
25 |
# dependencies = [
|
26 |
+
# "docling-core",
|
27 |
# "mlx-vlm",
|
28 |
# "pillow",
|
29 |
# ]
|
|
|
97 |
out_path = Path("./output.html")
|
98 |
doc.save_as_html(out_path, image_mode=ImageRefMode.EMBEDDED)
|
99 |
webbrowser.open(f"file:///{str(out_path.resolve())}")
|
100 |
+
|
101 |
+
```
|