Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Sergidev/PMBeta
Sergidev
/
PMAlpha
like
0
Sleeping
App
Files
Files
Community
49b5488
PMAlpha
/
start.py
Sergidev
Update start.py
0de7610
verified
5 months ago
raw
Copy download link
history
blame
Safe
91 Bytes
import
subprocess
subprocess.run(
"uvicorn app:app --host 0.0.0.0 --port 7860"
, shell=
True
)