staghado commited on
Commit
a2e1a7c
·
1 Parent(s): 3b89407

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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__":