Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Vikas01
/
Face_Recognition
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Vikas01
commited on
May 26, 2023
Commit
3bd9fec
·
1 Parent(s):
2d434b6
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -101,4 +101,4 @@ def home():
101
102
103
if __name__ == '__main__':
104
-
app
.run(app,host="0.0.0.0", port=7860)
101
102
103
if __name__ == '__main__':
104
+
socket
.run(app,host="0.0.0.0", port=7860)