ironjr commited on
Commit
6eb7af5
1 Parent(s): 1842281

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1094,7 +1094,7 @@ with gr.Blocks(theme=gr.themes.Soft(), css=css, head=head) as demo:
1094
  gr.HTML(
1095
  """
1096
  <div style="display: flex; justify-content: center; align-items: center; text-align: center;">
1097
- <p>Deadline animation originally by &nbsp; <a href="https://codepen.io/jtrancozo/pen/mEoEVw">Jonathan Trancozo</a>. Stable Diffusion checkpoint odel by &nbsp; <a href="https://twitter.com/br_d">BD</a>.</p>
1098
  </div>
1099
  """
1100
  )
 
1094
  gr.HTML(
1095
  """
1096
  <div style="display: flex; justify-content: center; align-items: center; text-align: center;">
1097
+ <p>Deadline animation originally by <a href="https://codepen.io/jtrancozo/pen/mEoEVw">Jonathan Trancozo</a>. Stable Diffusion <a href="https://civitai.com/models/121083?modelVersionId=291921">checkpoint model</a> by <a href="https://twitter.com/br_d">BD</a>.</p>
1098
  </div>
1099
  """
1100
  )