sagar007 commited on
Commit
ec8bd76
·
verified ·
1 Parent(s): fdc757a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -101,8 +101,7 @@ def inference(text, style, inference_step, guidance_scale, seed, guidance_method
101
  title = "Generative with Textual Inversion and Guidance"
102
  description = "A Gradio interface to infer Stable Diffusion and generate images with different art styles and guidance methods"
103
  examples = [
104
- ["A majestic castle on a floating island", 'Illustration Style', 20, 7.5, 42, 'Grayscale', 200],
105
- ["A cyberpunk cityscape at night", 'Midjourney', 25, 8.0, 123, 'Contrast', 300]
106
  ]
107
 
108
  demo = gr.Interface(inference,
 
101
  title = "Generative with Textual Inversion and Guidance"
102
  description = "A Gradio interface to infer Stable Diffusion and generate images with different art styles and guidance methods"
103
  examples = [
104
+ ["A majestic castle on a floating island", 'Illustration Style', 20, 7.5, 42, 'Grayscale', 200]
 
105
  ]
106
 
107
  demo = gr.Interface(inference,