Spaces:
Running
Running
Commit
·
2f0fb96
1
Parent(s):
5e1b4cb
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ iface = gr.Interface(fn=greet,
|
|
90 |
gr.Dropdown(label='Type',choices=['Mini-Dresses','Midi-Dresses','Maxi-Dresses','Two-Piece-Sets','Rompers','Jeans','Jumpsuits','Pants','Tops','Jumpers/Cardigans','Skirts','Shorts','Bodysuits','Swimwear'],multiselect=True),
|
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 |
exmaples=['Kailani mesh sequins two piece maxi dress pink',['Pink'],['Cutouts','Long-Sleeve','Sequins','Side-Slit'],['Festival','Party','Prom'],['Maxi-Dress','Two-Piece-Sets'],'Cat']
|
95 |
)
|
96 |
iface.launch()
|
|
|
90 |
gr.Dropdown(label='Type',choices=['Mini-Dresses','Midi-Dresses','Maxi-Dresses','Two-Piece-Sets','Rompers','Jeans','Jumpsuits','Pants','Tops','Jumpers/Cardigans','Skirts','Shorts','Bodysuits','Swimwear'],multiselect=True),
|
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 |
exmaples=['Kailani mesh sequins two piece maxi dress pink',['Pink'],['Cutouts','Long-Sleeve','Sequins','Side-Slit'],['Festival','Party','Prom'],['Maxi-Dress','Two-Piece-Sets'],'Cat']
|
95 |
)
|
96 |
iface.launch()
|