Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -124,7 +124,7 @@ interface = gr.Interface(
|
|
| 124 |
gr.Number(value=1000, label="Number of Points for Integration", precision=0),
|
| 125 |
gr.Slider(minimum=50, maximum=500, value=80, label="Theta Points for Animation")
|
| 126 |
],
|
| 127 |
-
outputs=["image",
|
| 128 |
title="Fourier Transform Drawing",
|
| 129 |
description="Upload an image and generate a Fourier Transform drawing animation.",
|
| 130 |
)
|
|
|
|
| 124 |
gr.Number(value=1000, label="Number of Points for Integration", precision=0),
|
| 125 |
gr.Slider(minimum=50, maximum=500, value=80, label="Theta Points for Animation")
|
| 126 |
],
|
| 127 |
+
outputs=["image", gr.Video()],
|
| 128 |
title="Fourier Transform Drawing",
|
| 129 |
description="Upload an image and generate a Fourier Transform drawing animation.",
|
| 130 |
)
|