PrakhAI commited on
Commit
46bf6be
·
1 Parent(s): f30b51a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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],))