Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 {
|
| 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:
|