update sketch with color

This commit is contained in:
ThuanNaN 2025-01-12 18:47:14 +07:00
parent d94738a762
commit d57f91aa7e

View File

@ -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,