minDALLE / app.py
valhalla's picture
Update app.py
a08f0b2
raw
history blame
No virus
145 Bytes
import streamlit as st
st.header("DALL·E mini")
st.subheader("Generate images from text")
prompt = st.text_input("What do you want to see?")