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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +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
  ]
106
 
107
  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', 10, 7.5, 42, 'Grayscale', 200]
105
  ]
106
 
107
  demo = gr.Interface(inference,