Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
zinoubm
/
ClientTest
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
zinoubm
commited on
Mar 8, 2023
Commit
345ae74
·
1 Parent(s):
7342346
changin running port
Browse files
Files changed (1)
hide
show
procfile
+1
-1
procfile
CHANGED
Viewed
@@ -1 +1 @@
1
-
web: uvicorn main:app --host=0.0.0.0 --port
=${PORT:-5000}
1
+
web: uvicorn main:app --host=0.0.0.0 --port
=8000