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
You will find our Free app at [Aibabe.art](https://www.aibabe.art/free/)
This app is Online and can be used freely
Consider buying me a coffee! "),
demo.launch()