Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,7 +32,7 @@ example_images = gr.Markdown(
|
|
| 32 |
"""
|
| 33 |
)
|
| 34 |
|
| 35 |
-
example_image1 = gr.Image(value='
|
| 36 |
example_image2 = gr.Image(value='rs00042.jpg', type='numpy', label="Example Image 2")
|
| 37 |
|
| 38 |
# Combine the interface and example images
|
|
|
|
| 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
|