SakuraD commited on
Commit
94397e2
1 Parent(s): bd22556
Files changed (2) hide show
  1. app.py +1 -1
  2. demo.png +0 -0
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.jpg']])
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