Hugging Face
Models
Datasets
Spaces
Posts
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 7, 2023
Commit
bc4f686
·
1 Parent(s):
0f9d573
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -126,6 +126,6 @@ def index():
126
127
if __name__ == '__main__':
128
# Start Flask application
129
-
app.run(
host="0.0.0.0", port=7860
)
130
131
126
127
if __name__ == '__main__':
128
# Start Flask application
129
+
app.run()
130
131