Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Sergidev/PMBeta
Sergidev
/
PMAlpha
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Sergidev
commited on
May 31, 2024
Commit
969f920
·
verified
·
1 Parent(s):
bf2ebde
Update Procfile
Browse files
Files changed (1)
hide
show
Procfile
+1
-1
Procfile
CHANGED
Viewed
@@ -1 +1 @@
1
-
web:
uvicorn
app:app --host 0.0.0.0 --port 8000
1
+
web:
flask
app:app
.py
--host 0.0.0.0 --port 8000