dan-durbin commited on
Commit
046096f
·
1 Parent(s): 0b1f1a9
Files changed (1) hide show
  1. app.py +1 -1
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