oValach commited on
Commit
76cf868
1 Parent(s): 73c8d4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ example_images = gr.Markdown(
32
  """
33
  )
34
 
35
- example_image1 = gr.Image(value='rs01313.jpg', type='numpy', label="Example Image 1", width=420, height=280)
36
  example_image2 = gr.Image(value='rs00042.jpg', type='numpy', label="Example Image 2", width=420, height=280)
37
  example_image3 = gr.Image(value='frame_0474.jpg', type='numpy', label="Example Image 3", width=420, height=280)
38
 
 
32
  """
33
  )
34
 
35
+ example_image1 = gr.Image(value='test_file.png', type='numpy', label="Example Image 1", width=420, height=280)
36
  example_image2 = gr.Image(value='rs00042.jpg', type='numpy', label="Example Image 2", width=420, height=280)
37
  example_image3 = gr.Image(value='frame_0474.jpg', type='numpy', label="Example Image 3", width=420, height=280)
38