Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DeMaking
/
decision-helper-bot
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
DeMaking
commited on
Jan 29
Commit
080f22a
·
verified
·
1 Parent(s):
6db4745
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -55,4 +55,4 @@ async def root():
55
56
57
if __name__ == "__main__":
58
-
uvicorn.run(app, host="0.0.0.0", port=7860)
55
56
57
if __name__ == "__main__":
58
+
###
uvicorn.run(app, host="0.0.0.0", port=7860)