Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
MMVos
/
musica
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
musica
/
start.py
MMVos
try
4a9e8e5
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
92 Bytes
import
subprocess
subprocess.run(
"uvicorn app:app --host 0.0.0.0 --port 7860"
, shell=
True
)