ll3ll commited on
Commit
ca1d300
·
verified ·
1 Parent(s): 7863e99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -155,7 +155,8 @@ with gr.Blocks() as interface:
155
  brush=gr.Brush(default_size=20, colors=["#FFFFFF"], color_mode="fixed"),
156
  layers=True,
157
  interactive=True,
158
- label="Drawing Tool to Generate Mask and Path"
 
159
  )
160
  with gr.Row():
161
  prompt_input = gr.Textbox(label="Prompt", placeholder="Enter Prompt")
 
155
  brush=gr.Brush(default_size=20, colors=["#FFFFFF"], color_mode="fixed"),
156
  layers=True,
157
  interactive=True,
158
+ label="Drawing Tool to Generate Mask and Path",
159
+ height=700,
160
  )
161
  with gr.Row():
162
  prompt_input = gr.Textbox(label="Prompt", placeholder="Enter Prompt")