shivi commited on
Commit
f687216
1 Parent(s): 9159504

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -47,7 +47,6 @@ with gr.Blocks() as demo:
47
 
48
  gr.Examples([["pink floyd division bell album cover with a starry night on Mars background", 1,50],
49
  ["Flower vase inspired by pink floyd division bell",1, 50],
50
- ["human skull in the style of pink floyd division bell",1,50],
51
  ["Pendant jewellery in the style of pink floyd division bell", 1,50]],
52
  [prompt,samples,num_steps], gallery, generate_images, cache_examples=False)
53
 
 
47
 
48
  gr.Examples([["pink floyd division bell album cover with a starry night on Mars background", 1,50],
49
  ["Flower vase inspired by pink floyd division bell",1, 50],
 
50
  ["Pendant jewellery in the style of pink floyd division bell", 1,50]],
51
  [prompt,samples,num_steps], gallery, generate_images, cache_examples=False)
52