Blealtan commited on
Commit
ccb91eb
1 Parent(s): 5527144

Remove debug output

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -292,7 +292,6 @@ def decode(model_prefix, z_str):
292
  else:
293
  img = img[0]
294
 
295
- st.write(img.shape)
296
  return VF.to_pil_image(img)
297
 
298
 
 
292
  else:
293
  img = img[0]
294
 
 
295
  return VF.to_pil_image(img)
296
 
297