From d57f91aa7e51e5d80ec097643d9c5f78877f55d6 Mon Sep 17 00:00:00 2001 From: ThuanNaN Date: Sun, 12 Jan 2025 18:47:14 +0700 Subject: [PATCH] update sketch with color --- demo_v2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo_v2.py b/demo_v2.py index 5e2deeb..f1e386f 100644 --- a/demo_v2.py +++ b/demo_v2.py @@ -545,7 +545,7 @@ with gr.Blocks() as demo: with gr.Row(): with gr.Column(scale=0.5): - image = gr.Image(type="pil", tool='sketch', brush_radius=20) + image = gr.Image(type="pil", tool='color-sketch', brush_radius=20) temperature = gr.Slider( minimum=0.1,