Spaces:
Build error
Build error
Update app.py
Browse files
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()
|