Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
JavierGon12
/
retrAIced
like
5
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
JavierGon12
commited on
Nov 22, 2023
Commit
e48b79d
·
1 Parent(s):
86165e8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -14,4 +14,4 @@ prompt = st.text_input('Insert here your prompt')
14
15
image = pipe(prompt).images[0]
16
17
-
14
15
image = pipe(prompt).images[0]
16
17
+
st.image(image)