Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
valhalla
/
minDALLE
like
16
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
a08f0b2
minDALLE
/
app.py
valhalla
Update app.py
a08f0b2
over 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?"
)