Melanit commited on
Commit
d05f7b0
1 Parent(s): 4733b0e

Update examples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ with gr.Blocks() as demo:
48
 
49
  run.click(generate_images, inputs=[prompt, negative_prompt, samples, num_steps, guidance_scale], outputs=gallery)
50
 
51
- gr.Examples([["photo of voyager spaceship in space, high quality, blender, 3d, trending on artstation, 8k","bad, ugly, malformed, deformed, out of frame, blurry", 1, 50, 7.5]],
52
  [prompt, negative_prompt, samples, num_steps, guidance_scale], gallery, generate_images)
53
  gr.Markdown('Demo created by [Lily Berkow](https://huggingface.co/melanit/)')
54
 
 
48
 
49
  run.click(generate_images, inputs=[prompt, negative_prompt, samples, num_steps, guidance_scale], outputs=gallery)
50
 
51
+ gr.Examples([["photo of voyager spaceship in space, high quality, 8k","bad, ugly, malformed, deformed, out of frame, blurry, cropped, noisy", 4, 50, 7.5]],
52
  [prompt, negative_prompt, samples, num_steps, guidance_scale], gallery, generate_images)
53
  gr.Markdown('Demo created by [Lily Berkow](https://huggingface.co/melanit/)')
54