Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Anushk24
/
impira-layoutlm-document-qa
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Anushk24
commited on
Nov 10, 2023
Commit
e2070b1
·
1 Parent(s):
152f1a4
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/impira/layoutlm-document-qa")
1
import gradio as gr
2
3
+
app =
gr.Interface.load("models/impira/layoutlm-document-qa")
4
+
5
+
app.launch()