Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Pamudu13
/
proritylevel_identifier
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Pamudu13
commited on
Feb 9
Commit
fc6d06f
·
verified
·
1 Parent(s):
006df6e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -62,4 +62,4 @@ def get_priority():
62
}), 500
63
64
if __name__ == '__main__':
65
-
app.run(debug=
True
)
62
}), 500
63
64
if __name__ == '__main__':
65
+
app.run(debug=
False, host="0.0.0.0", port=7860
)
#
Required for Hugging Face