yaraa11 commited on
Commit
b22cfe0
·
verified ·
1 Parent(s): e03d986

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="X-Ray Vision — Frequency Image Explorer",
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