Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ gr.Interface(fn=genie, inputs=[gr.Textbox(label='What you want the AI to generat
|
|
22 |
gr.Slider(1, maximum=15, value=10, step=.25),
|
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)
|
|
|
22 |
gr.Slider(1, maximum=15, value=10, step=.25),
|
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)
|