Spaces:
Running
on
Zero
Running
on
Zero
oops
Browse files
app.py
CHANGED
|
@@ -83,7 +83,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 83 |
examples=examples,
|
| 84 |
fn=predict,
|
| 85 |
inputs=[prompt],
|
| 86 |
-
outputs=[output, seed],
|
| 87 |
cache_examples="lazy"
|
| 88 |
)
|
| 89 |
with gr.Accordion("Advanced Settings", open=False):
|
|
|
|
| 83 |
examples=examples,
|
| 84 |
fn=predict,
|
| 85 |
inputs=[prompt],
|
| 86 |
+
outputs=[output, output_stills, seed],
|
| 87 |
cache_examples="lazy"
|
| 88 |
)
|
| 89 |
with gr.Accordion("Advanced Settings", open=False):
|