htr_demo / helper /text /text_app.py
Gabriel's picture
0.0.3 release with Trocr and compare support
c60ebd1
class TextApp:
demo_version = """<em>Version 0.0.3</em>"""
title_markdown = """
<h1><center> HTRFLOW </center></h1>
<p><center>Explore AI models for Handwritten Text Recogntion developed by the Swedish National Archives </center></p>"""
title_markdown_img = """
<a href="https://riksarkivet.se">
<img src="https://raw.githubusercontent.com/Borg93/Riksarkivet_docs/main/docs/assets/fav-removebg-preview.png" width="17%" align="right" margin-right="100" />
</a>
"""
if __name__ == "__main__":
pass