radames commited on
Commit
a814f75
1 Parent(s): 9f33108
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -145,10 +145,10 @@ with gr.Blocks(css=css) as demo:
145
  """
146
  # MistoLine ControlNet demo
147
 
148
- You can upload an initial image and prompt to generate an enhanced version.
149
  SDXL Controlnet [TheMistoAI/MistoLine](https://huggingface.co/TheMistoAI/MistoLine)
150
- [Anyline with Controlnet Aux ](https://github.com/huggingface/controlnet_aux)
151
- For upscaling see [Enhance This Demo](https://huggingface.co/spaces/radames/Enhance-This-HiDiffusion-SDXL)
152
  """,
153
  elem_id="intro",
154
  )
 
145
  """
146
  # MistoLine ControlNet demo
147
 
148
+ You can upload an initial image and prompt to generate an enhanced version.
149
  SDXL Controlnet [TheMistoAI/MistoLine](https://huggingface.co/TheMistoAI/MistoLine)
150
+ [Anyline with Controlnet Aux ](https://github.com/huggingface/controlnet_aux)
151
+ For upscaling see [Enhance This Demo]
152
  """,
153
  elem_id="intro",
154
  )