TusharGoel commited on
Commit
032e1a2
1 Parent(s): d9fb664

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/LayoutLMv2-finetuned-docvqa")
 
 
 
1
  import gradio as gr
2
 
3
+ demo = gr.load("TusharGoel/LayoutLMv2-finetuned-docvqa", src="models")
4
+
5
+ demo.launch()