PrakhAI commited on
Commit
b95d95b
·
1 Parent(s): dbb228a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,4 +49,4 @@ if 'generate' in st.session_state:
49
  with col:
50
  idx = row*COLUMNS + col_idx
51
  st.image(Image.fromarray(img[idx]))
52
- st.button(label="Generate similar", key="%d_%d" % (unique_id, idx), on_click=set_latent, args=(latents[idx]))
 
49
  with col:
50
  idx = row*COLUMNS + col_idx
51
  st.image(Image.fromarray(img[idx]))
52
+ st.button(label="Generate similar", key="%d_%d" % (unique_id, idx), on_click=set_latent, args=(latents[idx],))