Spaces:
Runtime error
Runtime error
Andrei Cozma
commited on
Commit
·
4ba7038
1
Parent(s):
120411f
Updates
Browse files
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 (
|
263 |
-
(image_phase, "FFT Phase (
|
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 |
)
|