Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -158,9 +158,12 @@ with gr.Blocks() as demo:
|
|
158 |
|
159 |
# gr.Markdown("""<img src="https://raw.githubusercontent.com/huggingface/diffusers/main/docs/source/imgs/diffusers_library.jpg" width="150"/>""")
|
160 |
gr.HTML("""
|
161 |
-
<
|
162 |
-
|
163 |
-
|
|
|
|
|
|
|
164 |
""")
|
165 |
|
166 |
demo.queue()
|
|
|
158 |
|
159 |
# gr.Markdown("""<img src="https://raw.githubusercontent.com/huggingface/diffusers/main/docs/source/imgs/diffusers_library.jpg" width="150"/>""")
|
160 |
gr.HTML("""
|
161 |
+
<div style="border-top: 1px solid #303030;">
|
162 |
+
<br>
|
163 |
+
<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>
|
164 |
+
<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>
|
165 |
+
<p><img src="https://visitor-badge.glitch.me/badge?page_id=anzorq.sd-to-diffusers" alt="visitors"></p>
|
166 |
+
</div>
|
167 |
""")
|
168 |
|
169 |
demo.queue()
|