shivi commited on
Commit
24e5c55
1 Parent(s): 9bb5199

Update app.py

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