Spaces:
Runtime error
Runtime error
Commit
·
4020774
1
Parent(s):
71ed815
Update app.py
Browse files
app.py
CHANGED
@@ -80,4 +80,4 @@ if submitted :
|
|
80 |
|
81 |
st.write("Done!")
|
82 |
|
83 |
-
st.image(images, width=
|
|
|
80 |
|
81 |
st.write("Done!")
|
82 |
|
83 |
+
st.image(images, width=300, caption=[f"Generated Images with <{prompt}>" for i in range(len(images))])
|