Spaces:
Runtime error
Runtime error
Commit
·
505d2c9
1
Parent(s):
c58a65a
Update main.py
Browse files
main.py
CHANGED
@@ -135,7 +135,7 @@ def load_initial_images(width, height):
|
|
135 |
img = Image.open(f"record_100/image_{i}.png").resize((width, height))
|
136 |
initial_images.append(np.array(img))
|
137 |
else:
|
138 |
-
assert False
|
139 |
for i in range(7):
|
140 |
initial_images.append(np.zeros((height, width, 3), dtype=np.uint8))
|
141 |
return initial_images
|
|
|
135 |
img = Image.open(f"record_100/image_{i}.png").resize((width, height))
|
136 |
initial_images.append(np.array(img))
|
137 |
else:
|
138 |
+
#assert False
|
139 |
for i in range(7):
|
140 |
initial_images.append(np.zeros((height, width, 3), dtype=np.uint8))
|
141 |
return initial_images
|