Spaces:
Runtime error
Runtime error
update
Browse files
app.py
CHANGED
|
@@ -49,7 +49,7 @@ with demo:
|
|
| 49 |
with gr.Column():
|
| 50 |
res_image = gr.Image(type='numpy', label='Segmentation Resutls')
|
| 51 |
with gr.Row():
|
| 52 |
-
example_images = gr.Dataset(components=[input_image], samples=[['
|
| 53 |
|
| 54 |
gr.Markdown(
|
| 55 |
"""
|
|
|
|
| 49 |
with gr.Column():
|
| 50 |
res_image = gr.Image(type='numpy', label='Segmentation Resutls')
|
| 51 |
with gr.Row():
|
| 52 |
+
example_images = gr.Dataset(components=[input_image], samples=[['demo1.jpg', 'demo2.jpg', 'demo3.jpg']])
|
| 53 |
|
| 54 |
gr.Markdown(
|
| 55 |
"""
|
demo.png
DELETED
|
Binary file (308 kB)
|
|
|
demo1.jpg
ADDED
|
demo2.jpg
ADDED
|
demo3.jpg
ADDED
|