Spaces:
Runtime error
Runtime error
Update title and description
Browse files
app.py
CHANGED
@@ -19,8 +19,11 @@ def color(image):
|
|
19 |
return result
|
20 |
|
21 |
|
22 |
-
title = "
|
23 |
-
description
|
|
|
|
|
|
|
24 |
examples = [['./input.jpg'],]
|
25 |
|
26 |
demo = gr.Interface(fn=color,inputs="image",outputs="image",examples=examples,title=title,description=description)
|
|
|
19 |
return result
|
20 |
|
21 |
|
22 |
+
title = "Old Photo Restoration: Photo-Realistic Image Colorization"
|
23 |
+
description=(
|
24 |
+
"\n\n"
|
25 |
+
"<center>⭐️Brought to you by <a href='https://note.com/sangmin/n/n4344d02afde7'>Chiomirai School</a>⭐️</center>"
|
26 |
+
)
|
27 |
examples = [['./input.jpg'],]
|
28 |
|
29 |
demo = gr.Interface(fn=color,inputs="image",outputs="image",examples=examples,title=title,description=description)
|