An image select component for Streamlit. This custom component works just like st.selectbox but with images. It's a great option if you want to let the user select an example image, e.g. for a ...
Input formats: np.ndarray or PIL.Image.Image. (3 channel input image & 1 channel binary mask image where pixels with 255 will be inpainted). [1] Suvorov, R ...