Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
unfinity
/
yolov8-pose
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
unfinity
commited on
Jul 2, 2024
Commit
fa822b0
·
1 Parent(s):
c4fe492
fix module
Browse files
Files changed (1)
hide
show
start.py
+1
-1
start.py
CHANGED
Viewed
@@ -1,3 +1,3 @@
1
import subprocess
2
3
-
subprocess.run("uvicorn
modules.app
:app --host 0.0.0.0 --port 7860", shell=True)
1
import subprocess
2
3
+
subprocess.run("uvicorn
api
:app --host 0.0.0.0 --port 7860", shell=True)