vumichien commited on
Commit
acae947
·
1 Parent(s): 6e3314d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -315,10 +315,11 @@ with gr.Blocks(theme='gradio/soft') as demo:
315
  gr.Markdown("""<h2><b>How to use ⌛️</b></h2>""")
316
  with gr.Accordion("Generate image with ControlnetHand", open=True):
317
  gr.Markdown("""
318
- - Step 1. Describe the image you want to create along with the hand details of the uploaded or captured image
319
- - Step 2. Provide a negative prompt that helps the model not to create redundant details
320
- - Step 3. Upload or capture by webcam a clear image of hands that are prominently visible in the foreground
321
- - Step 4. Submit and enjoy
 
322
  """)
323
 
324
  # Model input parameters
 
315
  gr.Markdown("""<h2><b>How to use ⌛️</b></h2>""")
316
  with gr.Accordion("Generate image with ControlnetHand", open=True):
317
  gr.Markdown("""
318
+ - Step 1. Select preprocessing method (Standard or Hand encoding)
319
+ - Step 2. Describe the image you want to create along with the hand details of the uploaded or captured image
320
+ - Step 3. Provide a negative prompt that helps the model not to create redundant details
321
+ - Step 4. Upload or capture by webcam a clear image of hands that are prominently visible in the foreground
322
+ - Step 5. Submit and enjoy
323
  """)
324
 
325
  # Model input parameters