Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Sergidev/PMB
Sergidev
/
PMBeta
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Sergidev
commited on
May 31, 2024
Commit
e37abe2
·
verified
·
1 Parent(s):
6b3d6fc
Create start.py
Browse files
Files changed (1)
hide
show
start.py
+3
-0
start.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
import subprocess
2
+
3
+
subprocess.run("uvicorn modules.app:app --host 0.0.0.0 --port 7860", shell=True)