Andrei Cozma commited on
Commit
4ba7038
·
1 Parent(s): 120411f
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -259,8 +259,8 @@ def onclick_process_ifft(state, mag_and_mask, phase_and_mask):
259
  return (
260
  [
261
  (image, "Input Image (Final)"),
262
- (image_mag, "FFT Magnitude (Filtered)"),
263
- (image_phase, "FFT Phase (Filtered)"),
264
  ],
265
  ifft_image,
266
  )
 
259
  return (
260
  [
261
  (image, "Input Image (Final)"),
262
+ (image_mag, "FFT Magnitude (Final)"),
263
+ (image_phase, "FFT Phase (Final)"),
264
  ],
265
  ifft_image,
266
  )