Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -294,7 +294,7 @@ with gr.Blocks(theme=theme, css=css) as app:
|
|
294 |
with gr.Column():
|
295 |
image_input = gr.Image(type="numpy", label="Upload Image")
|
296 |
with gr.Accordion("ℹ️ Filter Categories", open=True):
|
297 |
-
filter_type = gr.
|
298 |
[
|
299 |
# Basic Filters
|
300 |
"Gray Toning", "Sepia", "X-ray", "Burn it",
|
|
|
294 |
with gr.Column():
|
295 |
image_input = gr.Image(type="numpy", label="Upload Image")
|
296 |
with gr.Accordion("ℹ️ Filter Categories", open=True):
|
297 |
+
filter_type = gr.Dropdown(
|
298 |
[
|
299 |
# Basic Filters
|
300 |
"Gray Toning", "Sepia", "X-ray", "Burn it",
|