AI-Manith commited on
Commit
2ec1207
1 Parent(s): e447ae9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -89,5 +89,5 @@ if uploaded_file is not None:
89
  # Display the final processed image
90
  # st.image(final_image, caption='Processed Image', use_column_width=True)
91
  img_bytes = io.BytesIO()
92
- detect_and_process_skin(image1.getvalue()).save(img_bytes, format='JPEG')
93
- st.image(img_bytes.getvalue(), width=250, caption="Processed Image")
 
89
  # Display the final processed image
90
  # st.image(final_image, caption='Processed Image', use_column_width=True)
91
  img_bytes = io.BytesIO()
92
+ detect_and_process_skin(image1.getvalue()).save(img_bytes, format='JPEG')
93
+ st.image(img_bytes.getvalue(), width=250, caption="Processed Image")