Spaces:
Paused
Paused
Update app_gradio.py
Browse files- app_gradio.py +7 -7
app_gradio.py
CHANGED
|
@@ -242,7 +242,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 242 |
)
|
| 243 |
apply_filter = gr.Checkbox(
|
| 244 |
value=True,
|
| 245 |
-
|
| 246 |
)
|
| 247 |
|
| 248 |
with gr.Column():
|
|
@@ -313,6 +313,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 313 |
)
|
| 314 |
draw_apply_filter = gr.Checkbox(
|
| 315 |
label="Apply GIFs Filters",
|
|
|
|
| 316 |
value=False
|
| 317 |
)
|
| 318 |
|
|
@@ -329,13 +330,12 @@ with gr.Blocks(css=css) as demo:
|
|
| 329 |
elem_classes="output-gallery",
|
| 330 |
columns=3,
|
| 331 |
rows=2,
|
| 332 |
-
height="auto"
|
| 333 |
-
|
| 334 |
-
|
| 335 |
-
|
| 336 |
-
|
| 337 |
)
|
| 338 |
-
|
| 339 |
|
| 340 |
|
| 341 |
# Event handlers
|
|
|
|
| 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 |
)
|
| 247 |
|
| 248 |
with gr.Column():
|
|
|
|
| 313 |
)
|
| 314 |
draw_apply_filter = gr.Checkbox(
|
| 315 |
label="Apply GIFs Filters",
|
| 316 |
+
info="If Apply Filters is checked, non accurate results compared to input sketch will be filtered off",
|
| 317 |
value=False
|
| 318 |
)
|
| 319 |
|
|
|
|
| 330 |
elem_classes="output-gallery",
|
| 331 |
columns=3,
|
| 332 |
rows=2,
|
| 333 |
+
height="auto"
|
| 334 |
+
)
|
| 335 |
+
|
| 336 |
+
download_gifs = gr.Files(
|
| 337 |
+
label="Download GIFs"
|
| 338 |
)
|
|
|
|
| 339 |
|
| 340 |
|
| 341 |
# Event handlers
|