Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Vikas01
/
Attendence_System
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Vikas01
commited on
Jun 9, 2023
Commit
fa15cc9
·
1 Parent(s):
8a20cf3
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -189,6 +189,6 @@ def home():
189
190
191
if __name__ == "__main__":
192
-
app
.run(host="0.0.0.0", port=7860)
193
194
189
190
191
if __name__ == "__main__":
192
+
socket
.run(host="0.0.0.0", port=7860)
193
194