Vision-CAIR commited on
Commit
e0eb4a5
Β·
verified Β·
1 Parent(s): cfe91b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -546,7 +546,7 @@ with gr.Blocks() as demo:
546
 
547
  with gr.Row():
548
  with gr.Column(scale=0.5):
549
- image = gr.Image(type="pil", brush_radius=20)
550
 
551
  temperature = gr.Slider(
552
  minimum=0.1,
 
546
 
547
  with gr.Row():
548
  with gr.Column(scale=0.5):
549
+ image = gr.Image(type="pil", tool="sketch" ,brush_radius=20)
550
 
551
  temperature = gr.Slider(
552
  minimum=0.1,