Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Blealtan
/
clip-guided-binary-autoencoder
like
4
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Blealtan
commited on
Feb 15, 2023
Commit
ccb91eb
·
1 Parent(s):
5527144
Remove debug output
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -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