kingav commited on
Commit
0e84cfb
·
verified ·
1 Parent(s): 9f7e87c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -172,7 +172,7 @@ if option == "Auto-Regressor":
172
 
173
 
174
  # Create an empty array of pixels.
175
- batch = 81
176
  pixels = np.zeros(shape=(batch,) + (pixel_cnn.input_shape)[1:])
177
  batch, rows, cols, channels = pixels.shape
178
 
 
172
 
173
 
174
  # Create an empty array of pixels.
175
+ batch = 1
176
  pixels = np.zeros(shape=(batch,) + (pixel_cnn.input_shape)[1:])
177
  batch, rows, cols, channels = pixels.shape
178