Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
Β·
fbeb238
1
Parent(s):
3835bd2
Update app.py
Browse files
app.py
CHANGED
@@ -170,8 +170,8 @@ def resize_image(image, out_size):
|
|
170 |
|
171 |
model_name = "vqgan_imagenet_f16_16384"
|
172 |
images_interval = 50
|
173 |
-
width =
|
174 |
-
height =
|
175 |
init_image = ""
|
176 |
seed = 42
|
177 |
args = argparse.Namespace(
|
|
|
170 |
|
171 |
model_name = "vqgan_imagenet_f16_16384"
|
172 |
images_interval = 50
|
173 |
+
width = 256
|
174 |
+
height = 256
|
175 |
init_image = ""
|
176 |
seed = 42
|
177 |
args = argparse.Namespace(
|