Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TusharGoel
/
LayoutLM-DocVQA
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
TusharGoel
commited on
Jun 7, 2024
Commit
b829824
·
verified
·
1 Parent(s):
7935e71
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-1
app.py
CHANGED
Viewed
@@ -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()