multimodalart HF staff commited on
Commit
6560c53
1 Parent(s): d7795fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ with gr.Blocks(css=css, theme=theme) as demo:
69
  randomize_seed = gr.Checkbox(label="Randomize seed", value=True)
70
  seed = gr.Slider(minimum=1, maximum=9007199254740991, step=1, randomize=True)
71
  lora = gr.Textbox(label="Custom LoRA path", info="Load a custom LoRA from Hugging Face to use PAG with")
72
- gr.Examples(fn=run, examples=[" ", "an insect robot preparing a delicious meal, anime style", "a photo of a group of friends at an amusement park"], inputs=prompt, outputs=[output, seed], cache_examples=True)
73
  gr.on(
74
  triggers=[
75
  button.click,
 
69
  randomize_seed = gr.Checkbox(label="Randomize seed", value=True)
70
  seed = gr.Slider(minimum=1, maximum=9007199254740991, step=1, randomize=True)
71
  lora = gr.Textbox(label="Custom LoRA path", info="Load a custom LoRA from Hugging Face to use PAG with")
72
+ gr.Examples(fn=run, examples=[" ", "an insect robot preparing a delicious meal, anime style", "a photo of a group of friends at an amusement park"], inputs=prompt, outputs=[output, seed], cache_examples="lazy")
73
  gr.on(
74
  triggers=[
75
  button.click,