Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
to-be
/
ID_cards_v1
like
4
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
to-be
commited on
Nov 7, 2023
Commit
2bb3ce5
·
1 Parent(s):
637732a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -52,4 +52,4 @@ demo = gr.Interface(
52
examples=[["3001.jpg"]],
53
cache_examples=False)
54
55
-
demo.launch()
52
examples=[["3001.jpg"]],
53
cache_examples=False)
54
55
+
demo.launch(
share=True
)