Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -117,7 +117,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 117 |
container=False,
|
| 118 |
)
|
| 119 |
run_button = gr.Button("Run", scale=0)
|
| 120 |
-
result = gr.
|
| 121 |
with gr.Accordion("Advanced options", open=False):
|
| 122 |
with gr.Row():
|
| 123 |
use_negative_prompt = gr.Checkbox(label="Use negative prompt", value=True)
|
|
|
|
| 117 |
container=False,
|
| 118 |
)
|
| 119 |
run_button = gr.Button("Run", scale=0)
|
| 120 |
+
result = gr.Gallery(label="Result")
|
| 121 |
with gr.Accordion("Advanced options", open=False):
|
| 122 |
with gr.Row():
|
| 123 |
use_negative_prompt = gr.Checkbox(label="Use negative prompt", value=True)
|