Update app.py
Browse files
app.py
CHANGED
@@ -47,4 +47,4 @@ if 'generate' in st.session_state:
|
|
47 |
with col:
|
48 |
idx = row*COLUMNS + col_idx
|
49 |
st.image(Image.fromarray(img[idx]))
|
50 |
-
st.button(label="Generate Similar", key="%d_%d" % (unique_id, idx), on_click=set_latent, args=(latents[idx],))
|
|
|
47 |
with col:
|
48 |
idx = row*COLUMNS + col_idx
|
49 |
st.image(Image.fromarray(img[idx]))
|
50 |
+
st.button(label="Generate Similar", key="%d_%d" % (unique_id, idx), on_click=set_latent, args=(latents[idx],))
|