Nymbo commited on
Commit
023d339
·
verified ·
1 Parent(s): aa86efd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = gr.themes.Base(primary_hue="teal",secondary_hue="teal",neutral_hue="slate"))
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()