Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -39,4 +39,6 @@ if uploaded_file is not None:
|
|
| 39 |
st.download_button(
|
| 40 |
label="Download Edited Image",
|
| 41 |
data=img_byte_arr,
|
| 42 |
-
|
|
|
|
|
|
|
|
|
| 39 |
st.download_button(
|
| 40 |
label="Download Edited Image",
|
| 41 |
data=img_byte_arr,
|
| 42 |
+
file_name="edited_image.png",
|
| 43 |
+
mime="image/png"
|
| 44 |
+
) # Closing parenthesis here
|