Spaces:
Running
Running
Add link to PoseMaker2
Browse files- app_pose.py +3 -0
app_pose.py
CHANGED
|
@@ -15,6 +15,9 @@ def create_demo(process, max_images=12, default_num_images=3):
|
|
| 15 |
with gr.Accordion('Advanced options', open=False):
|
| 16 |
is_pose_image = gr.Checkbox(label='Is pose image',
|
| 17 |
value=False)
|
|
|
|
|
|
|
|
|
|
| 18 |
num_samples = gr.Slider(label='Images',
|
| 19 |
minimum=1,
|
| 20 |
maximum=max_images,
|
|
|
|
| 15 |
with gr.Accordion('Advanced options', open=False):
|
| 16 |
is_pose_image = gr.Checkbox(label='Is pose image',
|
| 17 |
value=False)
|
| 18 |
+
gr.Markdown(
|
| 19 |
+
'You can use [PoseMaker2](https://huggingface.co/spaces/jonigata/PoseMaker2) to create pose images.'
|
| 20 |
+
)
|
| 21 |
num_samples = gr.Slider(label='Images',
|
| 22 |
minimum=1,
|
| 23 |
maximum=max_images,
|