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=[['demo.
|
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=[['demo.png']])
|
53 |
|
54 |
gr.Markdown(
|
55 |
"""
|
demo.png
ADDED
![]() |