Spaces:
Runtime error
Runtime error
Gaurav
commited on
Commit
·
389304b
1
Parent(s):
85a4466
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ demo = gr.Interface(
|
|
37 |
outputs="image",
|
38 |
title="Image Segmentation Demo",
|
39 |
description = "Please upload an image to see segmentation capabilities of this model",
|
40 |
-
examples=[["
|
41 |
)
|
42 |
|
43 |
demo.launch()
|
|
|
37 |
outputs="image",
|
38 |
title="Image Segmentation Demo",
|
39 |
description = "Please upload an image to see segmentation capabilities of this model",
|
40 |
+
examples=[["work.jpg"]]
|
41 |
)
|
42 |
|
43 |
demo.launch()
|