Spaces:
Sleeping
Sleeping
Update app_gradio.py
Browse files- app_gradio.py +1 -0
app_gradio.py
CHANGED
|
@@ -241,6 +241,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 241 |
label="Motion Strength"
|
| 242 |
)
|
| 243 |
apply_filter = gr.Checkbox(
|
|
|
|
| 244 |
value=True,
|
| 245 |
info="If Apply Filters is checked, non accurate results compared to input sketch will be filtered off",
|
| 246 |
)
|
|
|
|
| 241 |
label="Motion Strength"
|
| 242 |
)
|
| 243 |
apply_filter = gr.Checkbox(
|
| 244 |
+
label="Apply GIFs Filters",
|
| 245 |
value=True,
|
| 246 |
info="If Apply Filters is checked, non accurate results compared to input sketch will be filtered off",
|
| 247 |
)
|