Spaces:
Runtime error
Runtime error
Yjiggfghhjnjj
commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -191,7 +191,7 @@ with gr.Blocks() as demo:
|
|
| 191 |
examples=examples,
|
| 192 |
fn=run_comparison,
|
| 193 |
inputs=prompt,
|
| 194 |
-
outputs=
|
| 195 |
cache_examples=False,
|
| 196 |
run_on_click=True
|
| 197 |
)
|
|
|
|
| 191 |
examples=examples,
|
| 192 |
fn=run_comparison,
|
| 193 |
inputs=prompt,
|
| 194 |
+
outputs=image_outputs,
|
| 195 |
cache_examples=False,
|
| 196 |
run_on_click=True
|
| 197 |
)
|