Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -463,23 +463,23 @@ with gr.Blocks(css=css) as demo:
|
|
463 |
label="Prompt",
|
464 |
show_label=False,
|
465 |
max_lines=1,
|
466 |
-
placeholder="Enter your prompt",
|
467 |
container=False,
|
468 |
)
|
469 |
-
run_button = gr.Button("Generate as (1024 x 1024)🍺", scale=0, elem_classes="submit-btn")
|
470 |
|
471 |
-
with gr.Row(visible=True):
|
472 |
-
grid_size_selection = gr.Dropdown(
|
473 |
-
choices=["2x1", "1x2", "2x2", "2x3", "3x2", "1x1"],
|
474 |
-
value="1x1",
|
475 |
-
label="Grid Size"
|
476 |
-
)
|
477 |
with gr.Row(visible=True):
|
478 |
model_selection = gr.Dropdown(
|
479 |
choices=MODEL_CHOICES,
|
480 |
value=DEFAULT_MODEL,
|
481 |
label="Model Selection",
|
482 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
483 |
with gr.Row(visible=True):
|
484 |
filter_selection = gr.Dropdown(
|
485 |
show_label=True,
|
|
|
463 |
label="Prompt",
|
464 |
show_label=False,
|
465 |
max_lines=1,
|
466 |
+
placeholder="Enter your prompt :/",
|
467 |
container=False,
|
468 |
)
|
469 |
+
run_button = gr.Button("Generate as - (1024 x 1024)🍺", scale=0, elem_classes="submit-btn")
|
470 |
|
|
|
|
|
|
|
|
|
|
|
|
|
471 |
with gr.Row(visible=True):
|
472 |
model_selection = gr.Dropdown(
|
473 |
choices=MODEL_CHOICES,
|
474 |
value=DEFAULT_MODEL,
|
475 |
label="Model Selection",
|
476 |
)
|
477 |
+
with gr.Row(visible=True):
|
478 |
+
grid_size_selection = gr.Dropdown(
|
479 |
+
choices=["2x1", "1x2", "2x2", "2x3", "3x2", "1x1"],
|
480 |
+
value="1x1",
|
481 |
+
label="Grid Size"
|
482 |
+
)
|
483 |
with gr.Row(visible=True):
|
484 |
filter_selection = gr.Dropdown(
|
485 |
show_label=True,
|