devendergarg14 commited on
Commit
ad97bfe
·
verified ·
1 Parent(s): 6db8040

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -29,8 +29,7 @@ iface = gr.Interface(
29
  value=["Background", "Clothes", "Face", "Hair", "Skin"]) # Default selection
30
  ],
31
  outputs=gr.Image(label='Clothing Crop'),
32
- examples=[['./1.jpg', ["Background", "Clothes", "Face"]]],
33
- theme="Nymbo/Alyx_Theme"
34
  )
35
 
36
  iface.launch()
 
29
  value=["Background", "Clothes", "Face", "Hair", "Skin"]) # Default selection
30
  ],
31
  outputs=gr.Image(label='Clothing Crop'),
32
+ examples=[['./1.jpg', ["Background", "Clothes", "Face"]]]
 
33
  )
34
 
35
  iface.launch()