staghado commited on
Commit
9385a53
·
1 Parent(s): 87d3bd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -108,7 +108,6 @@ def fourier_transform_drawing(input_image, frames, coefficients, img_size, blur_
108
  # Generate and yield images for each frame
109
  time = np.linspace(0, 1, num=frames)
110
  for frame in range(frames):
111
- yield from animate(frame, coefs, )
112
  yield from animate(frame, coefs, time, fig, ax, background, circles, circle_lines, drawing, draw_x, draw_y, coefs_static, theta)
113
 
114
  # Generate final animation
 
108
  # Generate and yield images for each frame
109
  time = np.linspace(0, 1, num=frames)
110
  for frame in range(frames):
 
111
  yield from animate(frame, coefs, time, fig, ax, background, circles, circle_lines, drawing, draw_x, draw_y, coefs_static, theta)
112
 
113
  # Generate final animation