staghado commited on
Commit
7c848ad
·
1 Parent(s): a1ae37d

Update app.py

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