Spaces:
Runtime error
Runtime error
montyanderson
commited on
Commit
•
cde996a
1
Parent(s):
8637ff9
`app.py`: update markdown
Browse files
app.py
CHANGED
@@ -230,7 +230,7 @@ with gr.Blocks(css=css) as demo:
|
|
230 |
model = gr.Dropdown(interactive=True,value="absolutereality_v181.safetensors [3d9d4d2b]", show_label=True, label="Stable Diffusion Checkpoint", choices=prodia_client.list_models())
|
231 |
|
232 |
with gr.Column(scale=1):
|
233 |
-
gr.Markdown(elem_id="powered-by-prodia", value="AUTOMATIC1111 Stable Diffusion Web UI.<br>Powered by [Prodia](https://prodia.com).<br>
|
234 |
|
235 |
|
236 |
with gr.Tabs() as tabs:
|
|
|
230 |
model = gr.Dropdown(interactive=True,value="absolutereality_v181.safetensors [3d9d4d2b]", show_label=True, label="Stable Diffusion Checkpoint", choices=prodia_client.list_models())
|
231 |
|
232 |
with gr.Column(scale=1):
|
233 |
+
gr.Markdown(elem_id="powered-by-prodia", value="AUTOMATIC1111 Stable Diffusion Web UI.<br>Powered by [Prodia](https://prodia.com).<br>For more features and faster generation times check out our [API Docs](https://docs.prodia.com/reference/getting-started-guide).")
|
234 |
|
235 |
|
236 |
with gr.Tabs() as tabs:
|