Update app.py
Browse filesAdd more info about dataset
app.py
CHANGED
@@ -98,10 +98,11 @@ with gr.Blocks(css=".gradio-container {background-color: #b0cda8};") as demo:
|
|
98 |
)
|
99 |
gr.Markdown(
|
100 |
"""
|
|
|
101 |
[Dataset](https://huggingface.co/datasets/JFoz/dog-poses-controlnet-dataset)
|
102 |
[Diffusers model](https://huggingface.co/JFoz/dog-pose)
|
103 |
-
[Github](https://github.com/fi4cr/animalpose)
|
104 |
[WANDB Training Report](https://wandb.ai/john-fozard/dog-cat-pose/runs/kmwcvae5)
|
|
|
105 |
""")
|
106 |
|
107 |
run_btn.click(fn=infer, inputs = [prompts, negative_prompts, conditioning_image], outputs = output)
|
|
|
98 |
)
|
99 |
gr.Markdown(
|
100 |
"""
|
101 |
+
<h3 style="text-align: left;"> The dataset was build using the [OpenPifPaf Animalpose plugin](https://openpifpaf.github.io/plugins_animalpose.html).</h3>
|
102 |
[Dataset](https://huggingface.co/datasets/JFoz/dog-poses-controlnet-dataset)
|
103 |
[Diffusers model](https://huggingface.co/JFoz/dog-pose)
|
|
|
104 |
[WANDB Training Report](https://wandb.ai/john-fozard/dog-cat-pose/runs/kmwcvae5)
|
105 |
+
[Github](https://github.com/fi4cr/animalpose)
|
106 |
""")
|
107 |
|
108 |
run_btn.click(fn=infer, inputs = [prompts, negative_prompts, conditioning_image], outputs = output)
|