Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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('
|
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:
|