Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -75,7 +75,7 @@ if example_image is not None:
|
|
| 75 |
with col1:
|
| 76 |
st.image(example_image_rgb, caption='Original Image', use_column_width=True)
|
| 77 |
with col2:
|
| 78 |
-
st.image(example_sketch, caption='Sketch
|
| 79 |
else:
|
| 80 |
st.error(f"Failed to load example image from path: {example_image_path}")
|
| 81 |
|
|
|
|
| 75 |
with col1:
|
| 76 |
st.image(example_image_rgb, caption='Original Image', use_column_width=True)
|
| 77 |
with col2:
|
| 78 |
+
st.image(example_sketch, caption='Sketch', use_column_width=True)
|
| 79 |
else:
|
| 80 |
st.error(f"Failed to load example image from path: {example_image_path}")
|
| 81 |
|