LayoutLM-DocVQA / app.py
TusharGoel's picture
Update app.py
de3cb3b verified
raw
history blame contribute delete
No virus
104 Bytes
import gradio as gr
demo = gr.load("TusharGoel/LayoutLM-Finetuned-DocVQA", src="models")
demo.launch()