shivi commited on
Commit
09946e0
1 Parent(s): 6c7a195

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ with gr.Blocks() as demo:
43
  ["A pendant in the style of pink floyd division bell album cover",1],
44
  ["A human skull inspired by pink floyd division bell album cover ",1],
45
  ["picture of pink floyd division bell album cover with a starry night on Mars theme", 1]],
46
- [prompt,samples], gallery, generate_images, cache_examples=True)
47
 
48
  gr.Markdown("Some fun examples I created while playing with the model:")
49
  gr.Makdown("![Example 1](sample_outputs/1.png)")
 
43
  ["A pendant in the style of pink floyd division bell album cover",1],
44
  ["A human skull inspired by pink floyd division bell album cover ",1],
45
  ["picture of pink floyd division bell album cover with a starry night on Mars theme", 1]],
46
+ [prompt,samples], gallery, generate_images, cache_examples=False)
47
 
48
  gr.Markdown("Some fun examples I created while playing with the model:")
49
  gr.Makdown("![Example 1](sample_outputs/1.png)")