Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -268,11 +268,8 @@ def flip_text(prompt, negative_prompt, model, steps, sampler, cfg_scale, width,
|
|
268 |
|
269 |
|
270 |
css = """
|
271 |
-
#
|
272 |
-
|
273 |
-
};
|
274 |
-
#cancel {
|
275 |
-
height: 50%;
|
276 |
}
|
277 |
"""
|
278 |
|
@@ -280,7 +277,7 @@ with gr.Blocks() as demo:
|
|
280 |
with gr.Row():
|
281 |
with gr.Column(scale=6):
|
282 |
model = gr.Dropdown(interactive=True, value="absolutereality_v181.safetensors [3d9d4d2b]", show_label=True,
|
283 |
-
label="Stable Diffusion Checkpoint", choices=prodia_client.list_models())
|
284 |
|
285 |
with gr.Column(scale=1):
|
286 |
gr.Markdown(elem_id="powered-by-prodia",
|
|
|
268 |
|
269 |
|
270 |
css = """
|
271 |
+
#model_dd {
|
272 |
+
width: 50%;
|
|
|
|
|
|
|
273 |
}
|
274 |
"""
|
275 |
|
|
|
277 |
with gr.Row():
|
278 |
with gr.Column(scale=6):
|
279 |
model = gr.Dropdown(interactive=True, value="absolutereality_v181.safetensors [3d9d4d2b]", show_label=True,
|
280 |
+
label="Stable Diffusion Checkpoint", choices=prodia_client.list_models(), elem_id="model_dd")
|
281 |
|
282 |
with gr.Column(scale=1):
|
283 |
gr.Markdown(elem_id="powered-by-prodia",
|