Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
darpanaswal
/
Automated_Attendance_System
like
0
Build error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
darpanaswal
commited on
Mar 5, 2024
Commit
68fba31
·
verified
·
1 Parent(s):
57b9d9a
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -29,4 +29,4 @@ def upload():
29
30
31
if __name__ == '__main__':
32
-
app.run(debug=True)
29
30
31
if __name__ == '__main__':
32
+
app.run(debug=True
, host='0.0.0.0', port=7860
)