AlekseyKorshuk commited on
Commit
b05b268
1 Parent(s): 753dbfb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -252,7 +252,7 @@ if choose == "Collection2Collection":
252
  with st.spinner(text=f"Generating input images..."):
253
  punks = model.generate_app(
254
  num=timestamped_filename(),
255
- nrow=4,
256
  checkpoint=-1,
257
  types="default"
258
  )[1]
 
252
  with st.spinner(text=f"Generating input images..."):
253
  punks = model.generate_app(
254
  num=timestamped_filename(),
255
+ nrow=nrows,
256
  checkpoint=-1,
257
  types="default"
258
  )[1]