Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -44,5 +44,13 @@ demo = gr.Interface(
|
|
44 |
description=description,
|
45 |
title=title
|
46 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
47 |
|
48 |
demo.launch()
|
|
|
44 |
description=description,
|
45 |
title=title
|
46 |
)
|
47 |
+
gr.HTML("""
|
48 |
+
<div style="border-top: 1px solid #303030;">
|
49 |
+
<br>
|
50 |
+
<p>Space by: <a href="https://twitter.com/hahahahohohe"><img src="https://img.shields.io/twitter/follow/hahahahohohe?label=%40anzorq&style=social" alt="Twitter Follow"></a></p><br>
|
51 |
+
<a href="https://www.buymeacoffee.com/anzorq" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 45px !important;width: 162px !important;" ></a><br><br>
|
52 |
+
<p><img src="https://visitor-badge.glitch.me/badge?page_id=anzorq.sd-to-diffusers" alt="visitors"></p>
|
53 |
+
</div>
|
54 |
+
""")
|
55 |
|
56 |
demo.launch()
|