RamAnanth1 commited on
Commit
4c5854e
1 Parent(s): 60437ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ with block:
111
  gr.Markdown("## Adding Conditional Control to Text-to-Image Diffusion Models")
112
  gr.HTML('''
113
  <p style="margin-bottom: 10px; font-size: 94%">
114
- This is a simple demo for ControlNet, which is a neural network structure to control diffusion models by adding extra conditions such as canny edge detection. The demo is based on the <a href="https://github.com/lllyasviel/ControlNet" style="text-decoration: underline;" target="_blank"> Github </a> implementation.
115
  </p>
116
  ''')
117
  with gr.Row():
 
111
  gr.Markdown("## Adding Conditional Control to Text-to-Image Diffusion Models")
112
  gr.HTML('''
113
  <p style="margin-bottom: 10px; font-size: 94%">
114
+ This is an unofficial demo for ControlNet, which is a neural network structure to control diffusion models by adding extra conditions such as canny edge detection. The demo is based on the <a href="https://github.com/lllyasviel/ControlNet" style="text-decoration: underline;" target="_blank"> Github </a> implementation.
115
  </p>
116
  ''')
117
  with gr.Row():