TusharGoel commited on
Commit
b829824
1 Parent(s): 7935e71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,3 +1,5 @@
1
  import gradio as gr
2
 
3
- gr.Interface.load("models/TusharGoel/LayoutLM-Finetuned-DocVQA").launch()
 
 
 
1
  import gradio as gr
2
 
3
+ demo = gr.load("TusharGoel/LayoutLM-Finetuned-DocVQA", src="models")
4
+
5
+ demo.load()