Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -20,5 +20,5 @@ iface = gr.Interface(fn=segment,
|
|
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 =
|
24 |
iface.launch()
|
|
|
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 = "Nymbo/Alyx_Theme",
|
24 |
iface.launch()
|