Merge pull request #3 from ThuanNaN/update-ui

update sketch with color
This commit is contained in:
Nguyen Thuan Duong 2025-01-13 05:06:18 +07:00 committed by GitHub
commit f94b96c2c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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,