Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -117,7 +117,7 @@ interface = gr.Interface(
|
|
117 |
outputs=gr.Video(),
|
118 |
title="Fourier Transform Drawing",
|
119 |
description="Upload an image and generate a Fourier Transform drawing animation. You can find out more about the project here : https://github.com/staghado/fourier-draw",
|
120 |
-
examples=[["Fourier2.jpg", 100, 100]]
|
121 |
)
|
122 |
|
123 |
if __name__ == "__main__":
|
|
|
117 |
outputs=gr.Video(),
|
118 |
title="Fourier Transform Drawing",
|
119 |
description="Upload an image and generate a Fourier Transform drawing animation. You can find out more about the project here : https://github.com/staghado/fourier-draw",
|
120 |
+
examples=[["Fourier2.jpg", 100, 100], ["Luffy.png", 250, 300]]
|
121 |
)
|
122 |
|
123 |
if __name__ == "__main__":
|