r3gm commited on
Commit
47ca6a2
·
verified ·
1 Parent(s): 239d8d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ with gr.Blocks() as demo:
31
  create_btn = gr.Button("Create Image")
32
 
33
  with gr.Row():
34
- img = gr.Image(tool="sketch", label="base image", show_label=True)
35
  img1 = gr.Image()
36
  img2 = gr.Image(label="mask image", show_label=True)
37
 
 
31
  create_btn = gr.Button("Create Image")
32
 
33
  with gr.Row():
34
+ img = gr.Image(tool="sketch", label="base image", show_label=True, min_width=600)
35
  img1 = gr.Image()
36
  img2 = gr.Image(label="mask image", show_label=True)
37