Manjushri commited on
Commit
e62b55c
1 Parent(s): 0840327

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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', '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', '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)