TusharGoel's picture
Update app.py
032e1a2 verified
raw
history blame contribute delete
No virus
106 Bytes
import gradio as gr
demo = gr.load("TusharGoel/LayoutLMv2-finetuned-docvqa", src="models")
demo.launch()