Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -276,7 +276,7 @@ css = """
|
|
276 |
with gr.Blocks(css=css) as demo:
|
277 |
with gr.Row(elem_id="model_dropdown"):
|
278 |
with gr.Column(scale=2):
|
279 |
-
gr.
|
280 |
model = gr.Dropdown(interactive=True, value="absolutereality_v181.safetensors [3d9d4d2b]", show_label=True,
|
281 |
label="Stable Diffusion Checkpoint", choices=prodia_client.list_models(), container=False)
|
282 |
|
|
|
276 |
with gr.Blocks(css=css) as demo:
|
277 |
with gr.Row(elem_id="model_dropdown"):
|
278 |
with gr.Column(scale=2):
|
279 |
+
gr.Markdown("Stable Diffusion Checkpoint", container=False)
|
280 |
model = gr.Dropdown(interactive=True, value="absolutereality_v181.safetensors [3d9d4d2b]", show_label=True,
|
281 |
label="Stable Diffusion Checkpoint", choices=prodia_client.list_models(), container=False)
|
282 |
|