Spaces:
Running
on
A10G
Running
on
A10G
Update app.py
Browse files
app.py
CHANGED
@@ -815,6 +815,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css, head=head) as demo:
|
|
815 |
type='pil',
|
816 |
label='Semantic Drawpad',
|
817 |
elem_id='drawpad',
|
|
|
818 |
)
|
819 |
|
820 |
# with gr.Accordion(label='Prompt Engineering', open=False):
|
|
|
815 |
type='pil',
|
816 |
label='Semantic Drawpad',
|
817 |
elem_id='drawpad',
|
818 |
+
layers=False,
|
819 |
)
|
820 |
|
821 |
# with gr.Accordion(label='Prompt Engineering', open=False):
|