Spaces:
Running
on
Zero
Running
on
Zero
Yjiggfghhjnjj
commited on
Commit
•
a3d322a
1
Parent(s):
ce92c0d
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 |
)
|