Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,6 +7,7 @@ import cv2
|
|
7 |
from math import tau
|
8 |
import gradio as gr
|
9 |
from concurrent.futures import ThreadPoolExecutor
|
|
|
10 |
|
11 |
def fourier_transform_drawing(input_image, frames, coefficients, img_size, blur_kernel_size, desired_range, num_points, theta_points):
|
12 |
# Convert PIL to OpenCV image
|
|
|
7 |
from math import tau
|
8 |
import gradio as gr
|
9 |
from concurrent.futures import ThreadPoolExecutor
|
10 |
+
import tempfile
|
11 |
|
12 |
def fourier_transform_drawing(input_image, frames, coefficients, img_size, blur_kernel_size, desired_range, num_points, theta_points):
|
13 |
# Convert PIL to OpenCV image
|