Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Harsimran19
/
DocumentImageClassifier
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Harsimran19
commited on
Jul 19, 2023
Commit
30e33e1
·
1 Parent(s):
aad8abb
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -37,4 +37,4 @@ demo = gr.Interface(
37
outputs=gr.outputs.Textbox(label="Predicted Class"),
38
title=title,
39
)
40
-
demo.launch(
share=True
)
37
outputs=gr.outputs.Textbox(label="Predicted Class"),
38
title=title,
39
)
40
+
demo.launch()