Update app.py
Browse files
app.py
CHANGED
@@ -409,7 +409,7 @@ border-radius: 20px;
|
|
409 |
|
410 |
padding: 20px;
|
411 |
|
412 |
-
|
413 |
|
414 |
}
|
415 |
|
@@ -461,7 +461,6 @@ display: none;
|
|
461 |
|
462 |
footer.svelte-mpyp5e {
|
463 |
|
464 |
-
display: none !important;
|
465 |
|
466 |
}
|
467 |
|
@@ -491,7 +490,7 @@ align-items: baseline;
|
|
491 |
|
492 |
input.svelte-1f354aw.svelte-1f354aw, textarea.svelte-1f354aw.svelte-1f354aw {
|
493 |
|
494 |
-
|
495 |
|
496 |
position: relative;
|
497 |
|
@@ -847,7 +846,7 @@ button#generate {
|
|
847 |
with gr.Blocks(css=css) as demo:
|
848 |
with gr.Row():
|
849 |
with gr.Accordion(label="Models", open=False):
|
850 |
-
model = gr.Radio(interactive=
|
851 |
|
852 |
with gr.Tabs() as tabs:
|
853 |
|
|
|
409 |
|
410 |
padding: 20px;
|
411 |
|
412 |
+
|
413 |
|
414 |
}
|
415 |
|
|
|
461 |
|
462 |
footer.svelte-mpyp5e {
|
463 |
|
|
|
464 |
|
465 |
}
|
466 |
|
|
|
490 |
|
491 |
input.svelte-1f354aw.svelte-1f354aw, textarea.svelte-1f354aw.svelte-1f354aw {
|
492 |
|
493 |
+
|
494 |
|
495 |
position: relative;
|
496 |
|
|
|
846 |
with gr.Blocks(css=css) as demo:
|
847 |
with gr.Row():
|
848 |
with gr.Accordion(label="Models", open=False):
|
849 |
+
model = gr.Radio(interactive=True, value="epicrealism_naturalSinRC1VAE.safetensors [90a4c676]", show_label=True, choices=prodia_client.list_models())
|
850 |
|
851 |
with gr.Tabs() as tabs:
|
852 |
|