Spaces:
Running
on
Zero
Running
on
Zero
dan-durbin
commited on
Commit
·
046096f
1
Parent(s):
0b1f1a9
fix link
Browse files
app.py
CHANGED
@@ -93,7 +93,7 @@ iface = gr.Interface(
|
|
93 |
],
|
94 |
title="Kosmos 2.5 OCR and Markdown Generator",
|
95 |
description="""Generate OCR results or Markdown from images using Kosmos 2.5.
|
96 |
-
Uses the Kosmos 2.5 [PR Branch] of the Transformers library for inference.
|
97 |
I don't know if the parameters do much of anything, but they're available for tweaking just in case.""",
|
98 |
)
|
99 |
|
|
|
93 |
],
|
94 |
title="Kosmos 2.5 OCR and Markdown Generator",
|
95 |
description="""Generate OCR results or Markdown from images using Kosmos 2.5.
|
96 |
+
Uses the Kosmos 2.5 [PR Branch](https://github.com/huggingface/transformers/pull/31711) of the Transformers library for inference.
|
97 |
I don't know if the parameters do much of anything, but they're available for tweaking just in case.""",
|
98 |
)
|
99 |
|