Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
Chakshu123/sketch-colorization-with-hint
Chakshu123
/
image-colorization-with-hint
like
4
Running
App
Files
Files
Community
Chakshu123
commited on
May 9, 2023
Commit
f88ad22
•
1 Parent(s):
0ca1021
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -125,4 +125,4 @@ Upon uploading an image, kindly give color hints at specific points, and then ru
125
)
126
127
if __name__ == "__main__":
128
-
demo.launch(
share=True
)
125
)
126
127
if __name__ == "__main__":
128
+
demo.launch()