staghado commited on
Commit
c6c1e4d
·
1 Parent(s): 84513e9

Update app.py

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