mirror of
https://github.com/Vision-CAIR/MiniGPT-4.git
synced 2025-04-06 02:50:47 +00:00
update sketch with color
This commit is contained in:
parent
d94738a762
commit
d57f91aa7e
@ -545,7 +545,7 @@ with gr.Blocks() as demo:
|
|||||||
|
|
||||||
with gr.Row():
|
with gr.Row():
|
||||||
with gr.Column(scale=0.5):
|
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(
|
temperature = gr.Slider(
|
||||||
minimum=0.1,
|
minimum=0.1,
|
||||||
|
Loading…
Reference in New Issue
Block a user