Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -196,6 +196,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
196 |
container=False,
|
197 |
)
|
198 |
run_button = gr.Button("Run", scale=0, variant="primary")
|
|
|
199 |
with gr.Accordion("Advanced options", open=False):
|
200 |
use_negative_prompt = gr.Checkbox(label="Use negative prompt", value=True, visible=True)
|
201 |
negative_prompt = gr.Text(
|
|
|
196 |
container=False,
|
197 |
)
|
198 |
run_button = gr.Button("Run", scale=0, variant="primary")
|
199 |
+
result = gr.Gallery(label="Result", columns=1, preview=True)
|
200 |
with gr.Accordion("Advanced options", open=False):
|
201 |
use_negative_prompt = gr.Checkbox(label="Use negative prompt", value=True, visible=True)
|
202 |
negative_prompt = gr.Text(
|