Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
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
de3cb3b
·
verified
·
1 Parent(s):
b829824
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -2,4 +2,4 @@ import gradio as gr
2
3
demo = gr.load("TusharGoel/LayoutLM-Finetuned-DocVQA", src="models")
4
5
-
demo.
load
()
2
3
demo = gr.load("TusharGoel/LayoutLM-Finetuned-DocVQA", src="models")
4
5
+
demo.
launch
()