Owos commited on
Commit
4758b18
·
1 Parent(s): 2aa07dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ if uploaded_file is not None:
61
  buf = BytesIO()
62
  result.save(buf, format="JPEG")
63
  byte_im = buf.getvalue()
64
- run =st.download_button(label="Download Image", data=byte_im, file_name='afrodreams.png', mime="image/png")
65
 
66
 
67
 
 
61
  buf = BytesIO()
62
  result.save(buf, format="JPEG")
63
  byte_im = buf.getvalue()
64
+ run =st.download_button(label="Download Image", data=byte_im, file_name='afrodreams.jpg', mime="image/png")
65
 
66
 
67