AkashDataScience commited on
Commit
66578f6
·
1 Parent(s): e48c96d

Updated examples

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -277,9 +277,8 @@ def inference(text, style, inference_step, guidance_scale, seed, guidance_method
277
 
278
  title = "Stable Diffusion with Textual Inversion"
279
  description = "A simple Gradio interface to infer Stable Diffusion and generate images with different art style"
280
- examples = [["A sweet potato farm", 'Concept', 10, 3.5, 1, 'Grayscale', 100],
281
- ["Sky full of cotton candy", 'Realistic', 10, 6.5, 2, 'Bright', 200],
282
- ["Kittens in the bathtub", 'Line', 10, 9.5, 3, 'Contrast', 300]]
283
 
284
  demo = gr.Interface(inference,
285
  inputs = [gr.Textbox(label="Prompt", type="text"),
 
277
 
278
  title = "Stable Diffusion with Textual Inversion"
279
  description = "A simple Gradio interface to infer Stable Diffusion and generate images with different art style"
280
+ examples = [["A sweet potato farm", 'Concept', 10, 4.5, 1, 'Grayscale', 100],
281
+ ["Sky full of cotton candy", 'Realistic', 10, 9.5, 2, 'Bright', 200]]
 
282
 
283
  demo = gr.Interface(inference,
284
  inputs = [gr.Textbox(label="Prompt", type="text"),