Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
jonigata
/
PoseMaker
like
136
Runtime error
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
jonigata
commited on
Feb 16, 2023
Commit
f1cdb7c
·
1 Parent(s):
c83ae98
modify starting script
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 app:app --host 0.0.0.0 --port 7860", shell=True)