Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ if uploaded_file is not None:
|
|
56 |
with col2:
|
57 |
result = Image.open('out.png')
|
58 |
st.image(result, width=300)
|
59 |
-
run =st.download_button(label="Download Image", data=result.tobytes(), file_name='afrodreams.png')
|
60 |
|
61 |
|
62 |
|
|
|
56 |
with col2:
|
57 |
result = Image.open('out.png')
|
58 |
st.image(result, width=300)
|
59 |
+
run =st.download_button(label="Download Image", data=result.tobytes(), file_name='afrodreams.png', mime="image/png")
|
60 |
|
61 |
|
62 |
|