shubham680 commited on
Commit
24ee40d
·
verified ·
1 Parent(s): ba41e5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,7 +123,7 @@ def save_image(image, folder_name="output_images"):
123
  path=f"output_images/{image_name}"
124
  cv2.imwrite(path, image)
125
 
126
- st.success(f"Image saved to {image_path}")
127
 
128
 
129
  if uploaded_file is not None:
 
123
  path=f"output_images/{image_name}"
124
  cv2.imwrite(path, image)
125
 
126
+ st.success(f"Image saved to {path}")
127
 
128
 
129
  if uploaded_file is not None: