feat: sharpen method

This commit is contained in:
Artemy 2023-04-16 10:46:55 +03:00
parent 45916cd320
commit 8d9f2a8a17
3 changed files with 21 additions and 10 deletions

View file

@ -9,7 +9,7 @@ with gr.Blocks() as app:
directory = gr.Text(
placeholder="A directory with many images.", lines=1, label="Directory")
method = gr.Dropdown(
choices=["canny edge"], value="canny edge", label="Method")
choices=["canny edge", "sharpen"], value="canny edge", label="Method")
with gr.Accordion("Advanced settings", open=False) as acc:
out_dir = gr.Text(