LucyintheSky commited on
Commit
ff595a6
·
1 Parent(s): d548fcd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -91,7 +91,11 @@ iface = gr.Interface(fn=greet,
91
  gr.Dropdown(label='Face',choices=['Normal','Cat','Lisa','Mila'], value='Cat'),
92
  ],
93
  outputs=gr.Image(type="pil", label="Final Image", width=312, height=512),
94
- examples=[['Kailani mesh sequins two piece maxi dress pink',['Pink'],['Cutouts','Long-Sleeve','Sequins','Side-Slit'],['Festival','Party','Prom'],['Maxi-Dresses','Two-Piece-Sets'],'Cat']]
95
- #examples=[['Kailani mesh sequins two piece maxi dress pink',['Pink'],['Cutouts'],['Festival'],['Maxi-Dresses'],'Cat']]
 
 
 
 
96
  )
97
  iface.launch()
 
91
  gr.Dropdown(label='Face',choices=['Normal','Cat','Lisa','Mila'], value='Cat'),
92
  ],
93
  outputs=gr.Image(type="pil", label="Final Image", width=312, height=512),
94
+ examples=[['Kailani mesh sequins two piece maxi dress pink',['Pink'],['Cutouts','Long-Sleeve','Sequins','Side-Slit'],['Festival','Party','Prom'],['Maxi-Dresses','Two-Piece-Sets'],'Cat']],
95
+ title='Lucy in the Sky: Text to Image',
96
+ description=
97
+ """
98
+ Design your own Lucy in the Sky dress with text!
99
+ """
100
  )
101
  iface.launch()