kfahn commited on
Commit
16481ea
1 Parent(s): 85f6b9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ with gr.Blocks(css=".gradio-container {background-color: #b0cda8};") as demo:
81
  <h3 style="text-align: left;"> This is a demo of Animal Pose ControlNet, which is a model trained on runwayml/stable-diffusion-v1-5 with a new type of conditioning.</h3>
82
  <h3 style="text-align: left;"> While this is definitely a work in progress, you can still try it out by using the p5 sketch to create a keypoint image and using it as the conditioning image.</h3>
83
  <h3 style="text-align: left;"> The model was generated as part of the Hugging Face Jax Diffusers sprint. Thank you to both Hugging Face and Google Cloud who provided the TPUs for training!
84
- <h3 style="text-align: left;"> The dataset was build using the OpenPifPaf Animalpose plugin.</h3>
85
  </h3>
86
  """)
87
  with gr.Row():
 
81
  <h3 style="text-align: left;"> This is a demo of Animal Pose ControlNet, which is a model trained on runwayml/stable-diffusion-v1-5 with a new type of conditioning.</h3>
82
  <h3 style="text-align: left;"> While this is definitely a work in progress, you can still try it out by using the p5 sketch to create a keypoint image and using it as the conditioning image.</h3>
83
  <h3 style="text-align: left;"> The model was generated as part of the Hugging Face Jax Diffusers sprint. Thank you to both Hugging Face and Google Cloud who provided the TPUs for training!
84
+ <h3 style="text-align: left;"> The dataset was built using the OpenPifPaf Animalpose plugin.</h3>
85
  </h3>
86
  """)
87
  with gr.Row():