Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nightfury
/
Image-Colorization
like
8
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d9451cf
Image-Colorization
/
main.py
nightfury
Update main.py
5a14595
over 2 years ago
raw
Copy download link
history
blame
Safe
125 Bytes
import
subprocess
subprocess.run(
"uvicorn colorization:app --reload"
, shell=
True
)
# --host 0.0.0.0 --port 7860", shell=True)