Dagfinn1962
commited on
Commit
•
688c57e
1
Parent(s):
469a11e
Update app.py
Browse filescounter installed
app.py
CHANGED
@@ -5,5 +5,11 @@ with gr.Blocks(theme='pikto/theme@>=0.0.1,<0.0.3') as demo:
|
|
5 |
with gr.Column(scale=1):
|
6 |
gr.Markdown(elem_id="Hosted at Aibabe.art from now", value="FREE AUTOMATIC1111 Stable Diffusion WebUI<br> You will find our Free app at [Aibabe.art](https://www.aibabe.art/free/)<br> This app is Online and can be used freely <br> Consider buying me a coffee! <a href='https://www.buymeacoffee.com/aibabe'><img src='https://aibabe.art/images/coffe.png'></a>"),
|
7 |
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
|
9 |
demo.launch()
|
|
|
5 |
with gr.Column(scale=1):
|
6 |
gr.Markdown(elem_id="Hosted at Aibabe.art from now", value="FREE AUTOMATIC1111 Stable Diffusion WebUI<br> You will find our Free app at [Aibabe.art](https://www.aibabe.art/free/)<br> This app is Online and can be used freely <br> Consider buying me a coffee! <a href='https://www.buymeacoffee.com/aibabe'><img src='https://aibabe.art/images/coffe.png'></a>"),
|
7 |
|
8 |
+
with gr.Column(scale=1):
|
9 |
+
gr.Markdown(elem_id="Hosted at Aibabe.art from now", value="<script type="text/javascript" src="https://counter11.optistats.ovh/private/counter.js?c=zuyn31zxy1ksb5mzy72b5uw4eb3mhu34&down=async" async></script><noscript><a href="https://www.freecounterstat.com" title="web counter"><img src="https://counter11.optistats.ovh/private/freecounterstat.php?c=zuyn31zxy1ksb5mzy72b5uw4eb3mhu34" border="0" title="web counter" alt="web counter"></a></noscript>
|
10 |
+
|
11 |
+
|
12 |
+
"),
|
13 |
+
|
14 |
|
15 |
demo.launch()
|