CoolFace
Apppublic

hugruby/trocr_streamlit_imitate

sourceHugging Faceupdated 5y agoView on Hugging Face
0likes
9 commits on main
4e9737c5y ago

Should .convert('RGB') instead of .convert('L')

hugruby
ab27eac5y ago

Input Image has to be greyscale, otherwise broadcast error. Thus add .convert('L')

hugruby
a46ae315y ago

Update requirements.txt

hugruby
5e029225y ago

Add requirements.txt

hugruby
a13d3bd5y ago

Forgot to add .txt suffix

hugruby
b5ae78c5y ago

Move import streamlit as st to top

hugruby
4f628445y ago

Streamlit Replication of nielsr/TrOCR-handwritten

hugruby
24e8bea5y ago

Add requirements for trocr_streamlit_imitate

hugruby
d5c6d445y ago

initial commit

system