Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
mikemoz
/
imagen-tutorial
like
4
Runtime error
App
Files
Files
Community
1
heaversm
commited on
Mar 6
Commit
9741fe6
•
1 Parent(s):
b92287c
do it
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -146,7 +146,7 @@ def generate_images(prompts, pw):
146
)
147
148
print(response[0])
149
-
response[0].
show
()
150
151
152
146
)
147
148
print(response[0])
149
+
response[0].
save
(
f"image${i}".png
)
150
151
152