Get picture link/download picture from st.camera_input()

Hi everyone,
I want to download or get picture link from this code:

import streamlit as st
img = st.camera_input('Take a picture') 

Thanks so much

You need a download button.