oValach commited on
Commit
a48326a
·
verified ·
1 Parent(s): 1117709

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -32,8 +32,8 @@ example_images = gr.Markdown(
32
  """
33
  )
34
 
35
- example_image1 = gr.Image(value='rs01313.jpg', type='numpy', label="Example Image 1")
36
- example_image2 = gr.Image(value='rs00042.jpg', type='numpy', label="Example Image 2")
37
 
38
  # Combine the interface and example images
39
  app = gr.Blocks()
 
32
  """
33
  )
34
 
35
+ example_image1 = gr.Image(value='rs01313.jpg', type='numpy', label="Example Image 1", width=640, height=480)
36
+ example_image2 = gr.Image(value='rs00042.jpg', type='numpy', label="Example Image 2", width=640, height=480)
37
 
38
  # Combine the interface and example images
39
  app = gr.Blocks()