Hugging Face
Models
Datasets
Spaces
Community
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...
3laa2
commited on
May 21, 2023
Commit
de6c72c
·
1 Parent(s):
f1419d1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-2
app.py
CHANGED
Viewed
@@ -14,6 +14,4 @@ if len(area) > 5:
14
image = pipe(area).images[0]
15
im = Image.open(image)
16
st.image(im)
17
-
else :
18
-
st.text_input("No","No")
19
14
image = pipe(area).images[0]
15
im = Image.open(image)
16
st.image(im)
17