image_qa / app.py
dwh1142's picture
Create app.py
e04dbaf
raw
history blame
91 Bytes
import gradio as gr
qa = gr.load("impira/layoutlm-document-qa", src="models")
qa.launch()