Dagfinn1962's picture
Update app.py
f06c8c9 verified
raw
history blame contribute delete
No virus
528 Bytes
import gradio as gr
with gr.Blocks(theme='pikto/theme@>=0.0.1,<0.0.3') as demo:
with gr.Row():
with gr.Column(scale=1):
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>"),
demo.launch()