Spaces:
Running
Running
Commit
โข
94a239a
1
Parent(s):
d2576ab
๐ Document text extraction
Browse files- README.md +1 -1
- index.html +1 -1
README.md
CHANGED
@@ -6,7 +6,7 @@ colorTo: indigo
|
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
license: mit
|
9 |
-
description: Showcase image captioning using huggingface.js
|
10 |
---
|
11 |
|
12 |
Showcase streaming text generation using the `@huggingface/inference` JS lib.
|
|
|
6 |
sdk: static
|
7 |
pinned: false
|
8 |
license: mit
|
9 |
+
description: Showcase image captioning or text extraction using huggingface.js
|
10 |
---
|
11 |
|
12 |
Showcase streaming text generation using the `@huggingface/inference` JS lib.
|
index.html
CHANGED
@@ -53,7 +53,7 @@
|
|
53 |
target="_blank"
|
54 |
>
|
55 |
here</a
|
56 |
-
|
57 |
</p>
|
58 |
|
59 |
<!-- Default model: https://huggingface.co/nlpconnect/vit-gpt2-image-captioning -->
|
|
|
53 |
target="_blank"
|
54 |
>
|
55 |
here</a
|
56 |
+
>. The default model is for image captioning, but you can do text extraction, ...
|
57 |
</p>
|
58 |
|
59 |
<!-- Default model: https://huggingface.co/nlpconnect/vit-gpt2-image-captioning -->
|