Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,9 +19,9 @@ def color(image):
|
|
| 19 |
return result
|
| 20 |
|
| 21 |
|
| 22 |
-
title = "
|
| 23 |
-
description = "
|
| 24 |
-
examples = [['./input.
|
| 25 |
|
| 26 |
demo = gr.Interface(fn=color,inputs="image",outputs="image",examples=examples,title=title,description=description)
|
| 27 |
|
|
|
|
| 19 |
return result
|
| 20 |
|
| 21 |
|
| 22 |
+
title = "old_photo_restoration"
|
| 23 |
+
description = "upload old photo, ddcolor image colorization"
|
| 24 |
+
examples = [['./input.jpg'],]
|
| 25 |
|
| 26 |
demo = gr.Interface(fn=color,inputs="image",outputs="image",examples=examples,title=title,description=description)
|
| 27 |
|