merve HF staff commited on
Commit
0bbc12c
1 Parent(s): 8a4b5ad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def segmentation(input_image):
54
  i = gr.inputs.Image()
55
  o = [gr.outputs.Image(), gr.outputs.Image()]
56
 
57
- examples = [["example_image_1.jpg"], ["example_image_2.jpg"], ["example_image_3.jpg"]]
58
  title = "Human Part Segmentation"
59
  description = "Upload an image or select from examples to segment out different human parts."
60
 
 
54
  i = gr.inputs.Image()
55
  o = [gr.outputs.Image(), gr.outputs.Image()]
56
 
57
+ examples = [["example_image_2.jpeg"], ["example_image_3.jpeg"]]
58
  title = "Human Part Segmentation"
59
  description = "Upload an image or select from examples to segment out different human parts."
60