Sangmin commited on
Commit
d4860c4
·
verified ·
1 Parent(s): 387bac2

Update title and description

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -19,8 +19,11 @@ def color(image):
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)
 
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)