import gradio as gr

demo = gr.load("TusharGoel/LayoutLMv2-finetuned-docvqa", src="models")

demo.launch()