Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -163,7 +163,7 @@ demo = gr.Interface(
|
|
| 163 |
gr.Image(label="Filter Mask"),
|
| 164 |
gr.Image(label="Filtered Output")
|
| 165 |
],
|
| 166 |
-
title="
|
| 167 |
description="See the hidden waves inside your picture and change them!"
|
| 168 |
)
|
| 169 |
|
|
|
|
| 163 |
gr.Image(label="Filter Mask"),
|
| 164 |
gr.Image(label="Filtered Output")
|
| 165 |
],
|
| 166 |
+
title="Interactive Frequency-Domain Image Filter (FFT Explorer)",
|
| 167 |
description="See the hidden waves inside your picture and change them!"
|
| 168 |
)
|
| 169 |
|