Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -271,16 +271,12 @@ css = """
|
|
271 |
#model_dropdown {
|
272 |
width: 50%;
|
273 |
}
|
274 |
-
.stckptlbl {
|
275 |
-
height: 50%;
|
276 |
-
}
|
277 |
"""
|
278 |
|
279 |
with gr.Blocks(css=css) as demo:
|
280 |
with gr.Row(elem_id="model_dropdown"):
|
281 |
with gr.Column(scale=2):
|
282 |
-
gr.
|
283 |
-
model = gr.Dropdown(interactive=True, value="absolutereality_v181.safetensors [3d9d4d2b]", show_label=True,
|
284 |
label="Stable Diffusion Checkpoint", choices=prodia_client.list_models(), container=False)
|
285 |
|
286 |
with gr.Column(scale=6):
|
|
|
271 |
#model_dropdown {
|
272 |
width: 50%;
|
273 |
}
|
|
|
|
|
|
|
274 |
"""
|
275 |
|
276 |
with gr.Blocks(css=css) as demo:
|
277 |
with gr.Row(elem_id="model_dropdown"):
|
278 |
with gr.Column(scale=2):
|
279 |
+
model = gr.Dropdown(interactive=True, value="absolutereality_v181.safetensors [3d9d4d2b]",
|
|
|
280 |
label="Stable Diffusion Checkpoint", choices=prodia_client.list_models(), container=False)
|
281 |
|
282 |
with gr.Column(scale=6):
|