Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
3laa2
/
Text2img
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a3ad202
Text2img
/
app.py
3laa2
Update app.py
a3ad202
almost 2 years ago
raw
Copy download link
history
blame
244 Bytes
import
streamlit
as
st
from
PIL
import
Image
st.title(
" New App"
)
area = st.text_area(
"Area"
,
''
)
# if len(area) > 5:
# image = pipe(area).images[0]
# im = Image.open(image)
# st.image(im)
# else :
# st.text_input("No","No")