mallelapreethi commited on
Commit
fa99dd6
1 Parent(s): d2f7e63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Image', use_column_width=True)
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