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