Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ def create_demo():
|
|
30 |
gr.Markdown(USAGE)
|
31 |
with gr.Row():
|
32 |
with gr.Column():
|
33 |
-
with gr.
|
34 |
image = gr.Image(label='Input', tool='sketch', type='pil')
|
35 |
# gr.Markdown('Draw a mask on your object.')
|
36 |
gr.Markdown('Upload your image and **draw a mask on the object part.** Like [this](https://user-images.githubusercontent.com/23421814/224873479-c4cf44d6-8c99-4ef9-b972-87c25fe923ee.png).')
|
|
|
30 |
gr.Markdown(USAGE)
|
31 |
with gr.Row():
|
32 |
with gr.Column():
|
33 |
+
with gr.Group():
|
34 |
image = gr.Image(label='Input', tool='sketch', type='pil')
|
35 |
# gr.Markdown('Draw a mask on your object.')
|
36 |
gr.Markdown('Upload your image and **draw a mask on the object part.** Like [this](https://user-images.githubusercontent.com/23421814/224873479-c4cf44d6-8c99-4ef9-b972-87c25fe923ee.png).')
|