tombetthauser commited on
Commit
f15b78d
β€’
1 Parent(s): e5edf68

Fix text markdown

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -773,7 +773,8 @@ def random_seed():
773
 
774
  with gr.Blocks() as depth_controlnet_gradio:
775
  gr.Markdown('''
776
- # <span style="display: inline-block; height: 30px; width: 30px; margin-bottom: -3px; border-radius: 7px; background-size: 50px; background-position: center; background-image: url(http://www.astronaut.horse/thumbnail.jpg)"></span> ControlNet + Depthmap
 
777
  This tool allows you to apply a Stable Diffusion text prompt to an existing image composition using a Depth Map estimation tool. Note that you cannot currently apply trained artist concepts from the other tabs in this application to this process currently as they were trained using a more recent version of Stable Diffusion.
778
  <br><br>
779
  <a href="http://www.astronaut.horse">http://www.astronaut.horse</a>
 
773
 
774
  with gr.Blocks() as depth_controlnet_gradio:
775
  gr.Markdown('''
776
+ # <span style="display: inline-block; height: 30px; width: 30px; margin-bottom: -3px; border-radius: 7px; background-size: 50px; background-position: center; background-image: url(http://www.astronaut.horse/thumbnail.jpg)"></span> ControlNet + Depthmap
777
+
778
  This tool allows you to apply a Stable Diffusion text prompt to an existing image composition using a Depth Map estimation tool. Note that you cannot currently apply trained artist concepts from the other tabs in this application to this process currently as they were trained using a more recent version of Stable Diffusion.
779
  <br><br>
780
  <a href="http://www.astronaut.horse">http://www.astronaut.horse</a>