cashtaan commited on
Commit
90f95b9
1 Parent(s): 9bb113d

instructions

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -109,6 +109,13 @@ def create_demo(max_images=12, default_num_images=3):
109
  css=".gradio-container {background-color: #f2faf2}"
110
  ) as demo:
111
  gr.Markdown('## Cut and Sketch ✂️▶️✏️')
 
 
 
 
 
 
 
112
 
113
  prompt = gr.Textbox(label='Prompt')
114
 
 
109
  css=".gradio-container {background-color: #f2faf2}"
110
  ) as demo:
111
  gr.Markdown('## Cut and Sketch ✂️▶️✏️')
112
+ gr.Markdown('**Usage**')
113
+ gr.Markdown('1. Upload your image to the left window')
114
+ gr.Markdown('2. Draw the mask in the left window (Cut ✂️)')
115
+ gr.Markdown('3. Click `Set Mask`')
116
+ gr.Markdown('4. In the right window, sketch a replacement object! (Sketch ✏️)')
117
+ gr.Markdown('5. (You can also provide a text prompt if you want)')
118
+ gr.Markdown('6. 🔮 Click Generate! ')
119
 
120
  prompt = gr.Textbox(label='Prompt')
121