Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
682806c
1
Parent(s):
a7253cf
Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,7 @@ with gr.Blocks(css=css) as demo:
|
|
95 |
negative_prompt_normal = gr.Textbox(label="Negative Prompt")
|
96 |
guidance_scale_normal = gr.Number(label="Guidance Scale", value=7)
|
97 |
steps_normal = gr.Slider(label="Steps", minimum=10, maximum=50, value=20)
|
98 |
-
gr.Examples(examples=normal_examples, fn=run_normal, inputs=[prompt_normal], outputs=[output_normal], cache_examples=
|
99 |
|
100 |
gr.on(
|
101 |
triggers=[
|
|
|
95 |
negative_prompt_normal = gr.Textbox(label="Negative Prompt")
|
96 |
guidance_scale_normal = gr.Number(label="Guidance Scale", value=7)
|
97 |
steps_normal = gr.Slider(label="Steps", minimum=10, maximum=50, value=20)
|
98 |
+
gr.Examples(examples=normal_examples, fn=run_normal, inputs=[prompt_normal], outputs=[output_normal], cache_examples="lazy")
|
99 |
|
100 |
gr.on(
|
101 |
triggers=[
|