alanoix commited on
Commit
1f04f7b
1 Parent(s): de9bebf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -175,7 +175,7 @@ demo = gr.Interface(
175
  outputs="image",
176
  title="Image Segmentation Demo",
177
  description = "Please upload an image to see segmentation capabilities of this model",
178
- examples=["examples/IMG_011942.jpeg","examples/IMG_005339.jpeg","examples/IMG_004753.jpeg","examples/IMG_011617.jpeg","examples/IMG_003022.jpeg"]
179
  )
180
 
181
  demo.launch() #debug=True
 
175
  outputs="image",
176
  title="Image Segmentation Demo",
177
  description = "Please upload an image to see segmentation capabilities of this model",
178
+ examples=["IMG_011942.jpeg","IMG_005339.jpeg","IMG_004753.jpeg","IMG_011617.jpeg","IMG_003022.jpeg"]
179
  )
180
 
181
  demo.launch() #debug=True