mallelapreethi commited on
Commit
39fab93
·
verified ·
1 Parent(s): b6cd9d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,7 +47,7 @@ st.markdown("""
47
  st.subheader("Example Conversions")
48
  col1, col2 = st.columns(2)
49
 
50
- example_image = cv2.imread('example.jpg') # Replace with the path to an example image
51
  example_sketch = image_to_sketch(example_image)
52
 
53
  with col1:
 
47
  st.subheader("Example Conversions")
48
  col1, col2 = st.columns(2)
49
 
50
+ example_image = cv2.imread('image.png') # Replace with the path to an example image
51
  example_sketch = image_to_sketch(example_image)
52
 
53
  with col1: