Spaces:
Runtime error
Runtime error
Dagfinn1962
commited on
Commit
•
121fd13
1
Parent(s):
3657488
Update app.py
Browse files
app.py
CHANGED
@@ -108,7 +108,7 @@ with gr.Blocks(theme='xiaobaiyuan/theme_demo') as demo:
|
|
108 |
model = gr.Dropdown(interactive=True,value="sd_xl_base_1.0.safetensors [be9edd61]", show_label=True, label="Stable Diffusion Checkpoint", choices=prodia_client.list_models())
|
109 |
|
110 |
with gr.Column(scale=1):
|
111 |
-
gr.Markdown(elem_id="", value="Visit aibabe.art for more fun
|
112 |
|
113 |
with gr.Tab("txt2img"):
|
114 |
with gr.Row():
|
|
|
108 |
model = gr.Dropdown(interactive=True,value="sd_xl_base_1.0.safetensors [be9edd61]", show_label=True, label="Stable Diffusion Checkpoint", choices=prodia_client.list_models())
|
109 |
|
110 |
with gr.Column(scale=1):
|
111 |
+
gr.Markdown(elem_id="", value="Visit aibabe.art for more fun")
|
112 |
|
113 |
with gr.Tab("txt2img"):
|
114 |
with gr.Row():
|