Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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.
|
| 319 |
-
- Step 2.
|
| 320 |
-
- Step 3.
|
| 321 |
-
- Step 4.
|
|
|
|
| 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
|