Manjushri commited on
Commit
3a2e636
·
1 Parent(s): 11912ef

Update app.py

Browse files

Added info about the build

Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -35,6 +35,6 @@ gr.Interface(fn=genie, inputs=[gr.Textbox(label='What you want the AI to generat
35
  gr.Slider(25, maximum=50, value=25, step=1, label='Number of Iterations'),
36
  gr.Slider(minimum=1, step=1, maximum=999999999999999999, randomize=True)],
37
  outputs='image',
38
- title="Stable Diffusion XL 1.0 CPU",
39
- description="SDXL 1.0 CPU. <br><br><b>WARNING:</b> Extremely Slow. 65s/Iteration. Expect 25-50mins an image for 25-50 iterations respectively.",
40
  article = "Code Monkey: <a href=\"https://huggingface.co/Manjushri\">Manjushri</a>").launch(debug=True, max_threads=80)
 
35
  gr.Slider(25, maximum=50, value=25, step=1, label='Number of Iterations'),
36
  gr.Slider(minimum=1, step=1, maximum=999999999999999999, randomize=True)],
37
  outputs='image',
38
+ title="Stable Diffusion XL 1.0 CPU or GPU",
39
+ description="SDXL 1.0 CPU or GPU. Currently running on CPU. <br><br><b>WARNING:</b> Extremely Slow. 65s/Iteration. Expect 25-50mins an image for 25-50 iterations respectively.",
40
  article = "Code Monkey: <a href=\"https://huggingface.co/Manjushri\">Manjushri</a>").launch(debug=True, max_threads=80)