Spaces:
Runtime error
Runtime error
Commit ·
1a69616
1
Parent(s): 4d7321c
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 |
-
gr.Markdown(elem_id="API: PRODIA", value="
|
| 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="API: PRODIA", value="【Stable Diffusion Web UI 】【Powered-by ngoctuanai】【API: PRODIA】")
|
| 216 |
|
| 217 |
|
| 218 |
with gr.Tabs() as tabs:
|