Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
andrewwwwwwww
/
age-detector
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
andrewwwwwwww
commited on
10 days ago
Commit
5120f43
·
verified
·
1 Parent(s):
9fb512f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -24,4 +24,4 @@ iface = gr.Interface(
24
outputs=gr.Json()
25
)
26
27
-
iface.launch()
24
outputs=gr.Json()
25
)
26
27
+
iface.launch(
share=True
)