Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Sergidev/PMB
Sergidev
/
PMBeta
like
0
Paused
App
Files
Files
Community
3d08955
PMBeta
/
start.py
Sergidev
Create start.py
e37abe2
verified
6 months ago
raw
Copy download link
history
blame
Safe
99 Bytes
import
subprocess
subprocess.run(
"uvicorn modules.app:app --host 0.0.0.0 --port 7860"
, shell=
True
)