treasuraid commited on
Commit
4020774
·
1 Parent(s): 71ed815

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,4 +80,4 @@ if submitted :
80
 
81
  st.write("Done!")
82
 
83
- st.image(images, width=150, caption=f"Generated Images with <{prompt}>")
 
80
 
81
  st.write("Done!")
82
 
83
+ st.image(images, width=300, caption=[f"Generated Images with <{prompt}>" for i in range(len(images))])