Spaces:
Running
Running
import streamlit as st | |
def app(): | |
st.title("From Image to Text") | |
st.markdown( | |
""" | |
### π Ciao! | |
Here you can find the captions that are most related to a given image. | |
π€ Italian mode on! π€ | |
""" | |
) |