Spaces:
Runtime error
Runtime error
Commit
•
8ee6f02
1
Parent(s):
1521153
Update app.py
Browse files
app.py
CHANGED
@@ -158,7 +158,7 @@ with gr.Blocks(css="style.css") as demo:
|
|
158 |
container=False,
|
159 |
)
|
160 |
run_button = gr.Button("Run", scale=0)
|
161 |
-
result = gr.Gallery(label="Result", show_label=False)
|
162 |
with gr.Accordion("Advanced options", open=False):
|
163 |
with gr.Row():
|
164 |
use_negative_prompt = gr.Checkbox(label="Use negative prompt", value=False)
|
|
|
158 |
container=False,
|
159 |
)
|
160 |
run_button = gr.Button("Run", scale=0)
|
161 |
+
result = gr.Gallery(label="Result", columns=1, show_label=False)
|
162 |
with gr.Accordion("Advanced options", open=False):
|
163 |
with gr.Row():
|
164 |
use_negative_prompt = gr.Checkbox(label="Use negative prompt", value=False)
|