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...
7ce533e
Image-Colorization
/
main.py
nightfury
Create new file
dcf3c94
over 2 years ago
raw
Copy download link
history
blame
111 Bytes
import
subprocess
subprocess.run(
"uvicorn colorization_module.app:app --host 0.0.0.0 --port 7860"
, shell=
True
)