Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
gudada/DDColor
Janedeng
/
DDColor
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Janedeng
commited on
Jul 5, 2024
Commit
d519d6f
·
verified
·
1 Parent(s):
bce1b39
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -120,4 +120,4 @@ with gr.Blocks() as demo:
120
121
122
btn.click(colorize, bw_image, col_image_slider)
123
-
demo.launch(
share=True
)
120
121
122
btn.click(colorize, bw_image, col_image_slider)
123
+
demo.launch()