Spaces:
Sleeping
Sleeping
AlekseyKorshuk
commited on
Commit
•
b05b268
1
Parent(s):
753dbfb
Update app.py
Browse files
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=
|
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]
|