JavierGon12 commited on
Commit
e48b79d
1 Parent(s): 86165e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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)