Manjushri commited on
Commit
7fd9e61
1 Parent(s): 6cdfe08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,5 +20,5 @@ iface = gr.Interface(fn=txt2img, inputs=[
20
  gr.Textbox(label = 'Input Text Prompt'),
21
  gr.Slider(2, 20, value = 9, label = 'Guidence Scale'),
22
  gr.Slider(10, 100, value = 50, step = 1, label = 'Number of Iterations, more take longer but improve image quality'),
23
- gr.Slider(.01, 100, value=1, label='Temperature: Changes probability of Diffusion to image array, more info in community comments')], outputs = 'image',title='Stable Diffusion with Keras and TensorFlow CPU or GPU', description='Now Using Keras and TensorFlow with Stable Diffusion. This allows very complex image generation with less code footprint, and less text. Simply type in what you wish to see, adjust the sliders (optional) and click submit. For more information on Keras see https://keras.io/about/ for more informationon about Stable Diffusion or Suggestions for prompts, keywords, artists or styles see https://github.com/Maks-s/sd-akashic', article = "Code Monkey: <a href=\"https://huggingface.co/Manjushri\">Manjushri</a>")
24
  iface.launch()
 
20
  gr.Textbox(label = 'Input Text Prompt'),
21
  gr.Slider(2, 20, value = 9, label = 'Guidence Scale'),
22
  gr.Slider(10, 100, value = 50, step = 1, label = 'Number of Iterations, more take longer but improve image quality'),
23
+ gr.Slider(.01, 100, value=1, label='Temperature: Changes probability of Diffusion to Image Array, more info in community comments')], outputs = 'image',title='Stable Diffusion with Keras and TensorFlow CPU or GPU', description='Now Using Keras and TensorFlow with Stable Diffusion. This allows very complex image generation with less code footprint, and less text. Simply type in what you wish to see, adjust the sliders (optional) and click submit. For more information on Keras see https://keras.io/about/ for more informationon about Stable Diffusion or Suggestions for prompts, keywords, artists or styles see https://github.com/Maks-s/sd-akashic', article = "Code Monkey: <a href=\"https://huggingface.co/Manjushri\">Manjushri</a>")
24
  iface.launch()