Update constants.py
Browse files- constants.py +1 -1
constants.py
CHANGED
@@ -130,6 +130,6 @@ examples = [
|
|
130 |
["Hello kitty", 40],
|
131 |
]
|
132 |
|
133 |
-
num_images_to_gen =
|
134 |
|
135 |
img_height = img_width = 256
|
|
|
130 |
["Hello kitty", 40],
|
131 |
]
|
132 |
|
133 |
+
num_images_to_gen = 4
|
134 |
|
135 |
img_height = img_width = 256
|