Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,6 +19,6 @@ iface = gr.Interface(fn=segment,
|
|
| 19 |
|
| 20 |
I build custom AI apps for companies. <a href="mailto: [email protected]">Email me</a> for business inquiries.
|
| 21 |
""",
|
| 22 |
-
examples=[['./1.jpg']],
|
| 23 |
theme = gr.themes.Base(primary_hue="teal",secondary_hue="teal",neutral_hue="slate"))
|
| 24 |
iface.launch()
|
|
|
|
| 19 |
|
| 20 |
I build custom AI apps for companies. <a href="mailto: [email protected]">Email me</a> for business inquiries.
|
| 21 |
""",
|
| 22 |
+
examples=[['./1.jpg', ["Hat", "Upper-clothes", "Skirt", "Pants", "Dress", "Belt", "Left-shoe", "Right-shoe", "Scarf"]]],
|
| 23 |
theme = gr.themes.Base(primary_hue="teal",secondary_hue="teal",neutral_hue="slate"))
|
| 24 |
iface.launch()
|