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:
synap5e
/
test_space
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
test_space
/
start.py
Simon Pinfold
.
3bdc541
6 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
91 Bytes
import
subprocess
subprocess.run(
"uvicorn app:app --host 0.0.0.0 --port 7860"
, shell=
True
)