Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
ai-guru
/
composer
like
177
Runtime error
App
Files
Files
Community
7
d400a31
composer
/
start.py
Ron Au
build: merge local branch for Space
075b025
over 2 years ago
raw
Copy download link
history
blame
Safe
92 Bytes
import
subprocess
subprocess.run(
"uvicorn app:app --host 0.0.0.0 --port 7860"
, shell=
True
)