Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
valhalla
/
minDALLE
like
16
Runtime error
App
Files
Files
Community
1
b59f365
minDALLE
/
app.py
valhalla
Update app.py
a08f0b2
almost 3 years ago
raw
Copy download link
history
blame
Safe
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?"
)