Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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 |
)
|