Update app.py
Browse files
app.py
CHANGED
@@ -18,5 +18,5 @@ gr.Interface(fn=genie, inputs=[gr.Textbox(label='What you want the AI to generat
|
|
18 |
gr.Slider(1, 25, 10),
|
19 |
gr.Slider(1, maximum=25, value=15, step=1),
|
20 |
gr.Slider(minimum=1, step=1, maximum=999999999999999999, randomize=True)],
|
21 |
-
outputs='image', title="
|
22 |
article = "Code Monkey: <a href=\"https://huggingface.co/Manjushri\">Manjushri</a>").launch(debug=True, max_threads=True)
|
|
|
18 |
gr.Slider(1, 25, 10),
|
19 |
gr.Slider(1, maximum=25, value=15, step=1),
|
20 |
gr.Slider(minimum=1, step=1, maximum=999999999999999999, randomize=True)],
|
21 |
+
outputs='image', title="OpenJourney V2 CPU", description="OJ V2 CPU. <b>WARNING:</b> Extremely Slow. 70s/Iteration. Expect 10-25mins an image for 10-25 iterations respectively.",
|
22 |
article = "Code Monkey: <a href=\"https://huggingface.co/Manjushri\">Manjushri</a>").launch(debug=True, max_threads=True)
|