Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
4835fe3
1
Parent(s):
370f468
Update app.py
Browse files
app.py
CHANGED
@@ -98,6 +98,8 @@ with gr.Blocks() as demo:
|
|
98 |
examples=examples,
|
99 |
fn=run_comparison,
|
100 |
inputs=prompt,
|
101 |
-
outputs=image_outputs
|
|
|
|
|
102 |
)
|
103 |
demo.launch()
|
|
|
98 |
examples=examples,
|
99 |
fn=run_comparison,
|
100 |
inputs=prompt,
|
101 |
+
outputs=image_outputs,
|
102 |
+
cache_examples=False,
|
103 |
+
run_on_click=True
|
104 |
)
|
105 |
demo.launch()
|