Update app.py
Browse files
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")
|