codewithdark commited on
Commit
239def8
1 Parent(s): 01ed88b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=200)
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)