Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
svnmurali1
/
svnm-genderdetection
like
0
Running
App
Files
Files
Community
svnmurali1
commited on
2 days ago
Commit
4661cbe
·
verified
·
1 Parent(s):
1b4bef0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -36,4 +36,4 @@ interface = gr.Interface(
36
37
# Launch the interface
38
if __name__ == "__main__":
39
-
interface.launch(
debug
=True)
36
37
# Launch the interface
38
if __name__ == "__main__":
39
+
interface.launch(
share
=True)