LatexOCR / app.py
deletedemotions's picture
initial commit
c119f6d verified
raw
history blame contribute delete
103 Bytes
import gradio as gr
gr.load(
"models/MixTex/ZhEn-Latex-OCR",
provider="hf-inference",
).launch()