ocr2 / app.py
deletedemotions's picture
initial commit
868386b verified
raw
history blame contribute delete
106 Bytes
import gradio as gr
gr.load(
"models/kha-white/manga-ocr-base",
provider="hf-inference",
).launch()