Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
prithivMLmods
/
Gender-Classifier-Mini
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
prithivMLmods
commited on
May 8
Commit
0c929fb
·
verified
·
1 Parent(s):
5b74ef7
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -36,4 +36,4 @@ iface = gr.Interface(
36
37
# Launch the app
38
if __name__ == "__main__":
39
-
iface.launch(ssr_mode=
True
)
36
37
# Launch the app
38
if __name__ == "__main__":
39
+
iface.launch(ssr_mode=
False
)