Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ with gr.Blocks(css=css, theme="pseudolab/huggingface-korea-theme") as demo:
|
|
124 |
)
|
125 |
run_button = gr.Button("Run", scale=0)
|
126 |
result = gr.Gallery(label="Result", columns=1, preview=True, show_label=False)
|
127 |
-
gallery = gr.Gallery(label="Gallery",
|
128 |
with gr.Accordion("Advanced options", open=False):
|
129 |
use_negative_prompt = gr.Checkbox(label="Use negative prompt", value=True)
|
130 |
negative_prompt = gr.Text(
|
|
|
124 |
)
|
125 |
run_button = gr.Button("Run", scale=0)
|
126 |
result = gr.Gallery(label="Result", columns=1, preview=True, show_label=False)
|
127 |
+
gallery = gr.Gallery(label="Gallery", columns=2, rows=2, object_fit="cover", height="auto", show_label=False)
|
128 |
with gr.Accordion("Advanced options", open=False):
|
129 |
use_negative_prompt = gr.Checkbox(label="Use negative prompt", value=True)
|
130 |
negative_prompt = gr.Text(
|