fffiloni commited on
Commit
6426b7b
1 Parent(s): 2e1d21c

Update app_gradio.py

Browse files
Files changed (1) hide show
  1. 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
  )