Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -310,7 +310,7 @@ with gr.Blocks(theme=theme, css=css) as app:
|
|
310 |
"Autumn", "Increase Brightness"
|
311 |
],
|
312 |
label="🎭 Select Filter",
|
313 |
-
info="Choose the
|
314 |
)
|
315 |
submit_button = gr.Button("✨ Apply Filter", variant="primary")
|
316 |
|
|
|
310 |
"Autumn", "Increase Brightness"
|
311 |
],
|
312 |
label="🎭 Select Filter",
|
313 |
+
info="Choose the effect you want"
|
314 |
)
|
315 |
submit_button = gr.Button("✨ Apply Filter", variant="primary")
|
316 |
|