Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -116,7 +116,7 @@ interface = gr.Interface(
|
|
116 |
],
|
117 |
outputs=gr.Video(),
|
118 |
title="Fourier Transform Drawing",
|
119 |
-
description="Upload an image and generate a Fourier Transform drawing animation."
|
120 |
examples=[["Fourier2.jpg", 100, 25]]
|
121 |
)
|
122 |
|
|
|
116 |
],
|
117 |
outputs=gr.Video(),
|
118 |
title="Fourier Transform Drawing",
|
119 |
+
description="Upload an image and generate a Fourier Transform drawing animation.",
|
120 |
examples=[["Fourier2.jpg", 100, 25]]
|
121 |
)
|
122 |
|