Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=["
|
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
|