Spaces:
Runtime error
Runtime error
Commit
•
5ffcf34
1
Parent(s):
f507805
update to info text (#8)
Browse files- update to info text (0a83ec192e41ec265d5be436c793c552d6aee1ac)
Co-authored-by: Mikhail <mikhailbot@users.noreply.huggingface.co>
app.py
CHANGED
@@ -116,7 +116,7 @@ with gr.Blocks(css=css) as demo:
|
|
116 |
model = gr.Dropdown(interactive=True,value="absolutereality_v181.safetensors [3d9d4d2b]", show_label=True, label="Stable Diffusion Checkpoint", choices=prodia_client.list_models())
|
117 |
|
118 |
with gr.Column(scale=1):
|
119 |
-
gr.Markdown(elem_id="powered-by-prodia", value="AUTOMATIC1111 Stable Diffusion Web UI.<br>Powered by [Prodia](https://prodia.com).")
|
120 |
|
121 |
with gr.Tab("txt2img"):
|
122 |
with gr.Row():
|
|
|
116 |
model = gr.Dropdown(interactive=True,value="absolutereality_v181.safetensors [3d9d4d2b]", show_label=True, label="Stable Diffusion Checkpoint", choices=prodia_client.list_models())
|
117 |
|
118 |
with gr.Column(scale=1):
|
119 |
+
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 gen times check out our [API Docs](https://docs.prodia.com/reference/getting-started-guide)")
|
120 |
|
121 |
with gr.Tab("txt2img"):
|
122 |
with gr.Row():
|