SakuraD commited on
Commit
be8ab34
1 Parent(s): 286ae46
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ with demo:
48
  with gr.Column():
49
  res_image = gr.Image(type='numpy', label='Detection Resutls')
50
  with gr.Row():
51
- example_images = gr.Dataset(components=[input_image], samples=[['demp']])
52
 
53
  gr.Markdown(
54
  """
 
48
  with gr.Column():
49
  res_image = gr.Image(type='numpy', label='Detection Resutls')
50
  with gr.Row():
51
+ example_images = gr.Dataset(components=[input_image], samples=[['demo.jpg']])
52
 
53
  gr.Markdown(
54
  """