LucyintheSky commited on
Commit
23b9e76
β€’
1 Parent(s): 9ca427b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -48,8 +48,8 @@ def search(image_dict):
48
 
49
  iface = gr.Interface(fn=search,
50
  description="""
51
- <center><img width="500" src="https://cdn.discordapp.com/attachments/1120417968032063538/1201666647157657640/LucyITS-2022-blk.png?ex=65caa646&is=65b83146&hm=09ad6fe279edc3a32981306d563e63af815d760fc0d8d0a3fbef4e4553c0a83a&"> </center>
52
- <center> Sketch to find your favorite Lucy in the Sku dress! </center>
53
  """,
54
  inputs=gr.ImageEditor(type='filepath', value={'background': './template.JPG', 'layers': None, 'composite': None}),
55
  outputs=gr.Gallery(label='Similar', object_fit='contain'),
 
48
 
49
  iface = gr.Interface(fn=search,
50
  description="""
51
+ <center><a href="https://www.lucyinthesky.com/"><img width="500" src="https://cdn.discordapp.com/attachments/1120417968032063538/1201666647157657640/LucyITS-2022-blk.png?ex=65caa646&is=65b83146&hm=09ad6fe279edc3a32981306d563e63af815d760fc0d8d0a3fbef4e4553c0a83a&"> </a> </center>
52
+ <center> Sketch to find your favorite Lucy in the Sky dress! </center>
53
  """,
54
  inputs=gr.ImageEditor(type='filepath', value={'background': './template.JPG', 'layers': None, 'composite': None}),
55
  outputs=gr.Gallery(label='Similar', object_fit='contain'),