csyxwei commited on
Commit
4075043
1 Parent(s): 4e2d827

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def create_demo():
33
  with gr.Box():
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**')
37
  prompt = gr.Text(
38
  label='Prompt',
39
  placeholder='e.g. "A photo of S", "A S wearing sunglasses"',
33
  with gr.Box():
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).')
37
  prompt = gr.Text(
38
  label='Prompt',
39
  placeholder='e.g. "A photo of S", "A S wearing sunglasses"',