hongming commited on
Commit
7107a1e
·
1 Parent(s): 6450aa6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -16,7 +16,9 @@ prompt = "An astronaut riding a green horse"
16
 
17
  images = pipe(prompt=prompt).images[0]
18
 
19
- #print("hello")
 
 
20
 
21
  """
22
  import json
 
16
 
17
  images = pipe(prompt=prompt).images[0]
18
 
19
+ st.image(images)
20
+
21
+ st.write("hello")
22
 
23
  """
24
  import json