Dagfinn1962
commited on
Commit
•
03442dd
1
Parent(s):
fb45241
Update app.py
Browse files
app.py
CHANGED
@@ -1,13 +1,9 @@
|
|
1 |
import gradio as gr
|
2 |
with gr.Blocks(theme='pikto/theme@>=0.0.1,<0.0.3') as demo:
|
3 |
with gr.Row():
|
4 |
-
|
5 |
-
model = gr.Dropdown(interactive=True,value="absolutereality_v181.safetensors [3d9d4d2b]", show_label=True, label="Stable Diffusion Checkpoint", choices=prodia_client.list_models())
|
6 |
-
|
7 |
with gr.Column(scale=1):
|
8 |
-
gr.Markdown(elem_id="
|
9 |
-
This app is Online and used at http://www.aibabe.art <br> Try out our stable diffusion apps for free !
|
10 |
-
<a href='https://www.aibabe.art'><img src='https://aibabe.art/images/coffe.png'></a>"),
|
11 |
|
12 |
|
13 |
iface.launch()
|
|
|
1 |
import gradio as gr
|
2 |
with gr.Blocks(theme='pikto/theme@>=0.0.1,<0.0.3') as demo:
|
3 |
with gr.Row():
|
4 |
+
|
|
|
|
|
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 |
iface.launch()
|