Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -212,7 +212,7 @@ with gr.Blocks(css=css) as demo:
|
|
212 |
model = gr.Dropdown(interactive=True,value="absolutereality_v181.safetensors [3d9d4d2b]", show_label=True, label="Stable Diffusion Checkpoint", choices=prodia_client.list_models())
|
213 |
|
214 |
with gr.Column(scale=1):
|
215 |
-
|
216 |
|
217 |
|
218 |
with gr.Tabs() as tabs:
|
|
|
212 |
model = gr.Dropdown(interactive=True,value="absolutereality_v181.safetensors [3d9d4d2b]", show_label=True, label="Stable Diffusion Checkpoint", choices=prodia_client.list_models())
|
213 |
|
214 |
with gr.Column(scale=1):
|
215 |
+
gr.Markdown(elem_id="powered-by-prodia", value="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).")
|
216 |
|
217 |
|
218 |
with gr.Tabs() as tabs:
|