Manjushri commited on
Commit
57c5d99
1 Parent(s): b29b76b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,6 +23,6 @@ gr.Interface(fn=genie, inputs=[gr.Textbox(label='What you want the AI to generat
23
  gr.Slider(1, maximum=50, value=25, step=1),
24
  gr.Slider(minimum=1, step=1, maximum=987654321, randomize=True)],
25
  outputs = 'image',
26
- title = 'OpenJourney V4 CPU',
27
  description = "OJ V4 CPU. <b>WARNING:</b> Extremely Slow. 35s/Iteration. Expect 8-16mins an image for 15-30 iterations respectively. 50 iterations takes ~28mins.",
28
  article = "Code Monkey: <a href=\"https://huggingface.co/Manjushri\">Manjushri</a>").launch(debug=True, max_threads=True)
 
23
  gr.Slider(1, maximum=50, value=25, step=1),
24
  gr.Slider(minimum=1, step=1, maximum=987654321, randomize=True)],
25
  outputs = 'image',
26
+ title = 'OpenJourney V4 with SD 2.1 2X Upscaler - CPU',
27
  description = "OJ V4 CPU. <b>WARNING:</b> Extremely Slow. 35s/Iteration. Expect 8-16mins an image for 15-30 iterations respectively. 50 iterations takes ~28mins.",
28
  article = "Code Monkey: <a href=\"https://huggingface.co/Manjushri\">Manjushri</a>").launch(debug=True, max_threads=True)