aisuko commited on
Commit
698bb5c
1 Parent(s): 49a3c14

Add width and height

Browse files

Signed-off-by: Aisuko <urakiny@gmail.com>

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ def dummy(img):
7
 
8
  with gr.Blocks() as demo:
9
  with gr.Row():
10
- img = gr.Image(tool="sketch", label="base image", show_label=True)
11
  img1 = gr.Image()
12
  img2 = gr.Image(label="mask image", show_label=True)
13
  btn = gr.Button()
 
7
 
8
  with gr.Blocks() as demo:
9
  with gr.Row():
10
+ img = gr.Image(tool="sketch", label="base image", width=512, height=512, show_label=True)
11
  img1 = gr.Image()
12
  img2 = gr.Image(label="mask image", show_label=True)
13
  btn = gr.Button()