Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ def process_image(upload, action):
|
|
49 |
|
50 |
elif action == "Convert to Pencil Sketch":
|
51 |
result = convert_to_pencil_sketch(cv2.cvtColor(np.array(image), cv2.COLOR_RGB2BGR))
|
52 |
-
st.image(result, caption="Pencil Sketch", width=
|
53 |
|
54 |
|
55 |
st.markdown(get_image_download_link(result), unsafe_allow_html=True)
|
|
|
49 |
|
50 |
elif action == "Convert to Pencil Sketch":
|
51 |
result = convert_to_pencil_sketch(cv2.cvtColor(np.array(image), cv2.COLOR_RGB2BGR))
|
52 |
+
st.image(result, caption="Pencil Sketch", width=300)
|
53 |
|
54 |
|
55 |
st.markdown(get_image_download_link(result), unsafe_allow_html=True)
|