Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
prithivMLmods
/
Age-Detection
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
prithivMLmods
commited on
1 day ago
Commit
0d78f3f
·
verified
·
1 Parent(s):
a494c46
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -42,4 +42,4 @@ iface = gr.Interface(
42
43
# Launch the app
44
if __name__ == "__main__":
45
-
iface.launch(ssr_mode=
True
)
42
43
# Launch the app
44
if __name__ == "__main__":
45
+
iface.launch(ssr_mode=
False
)