Spaces:
Running
Running
Update app.py
Browse files
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
|