clip-italian-demo / image2text.py
Silvia Terragni
added tasks descriptions
bca94f8
raw history blame
No virus
257 Bytes
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! 🀌
"""
)