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", 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 |
|