Update app.py
Browse files
app.py
CHANGED
@@ -20,5 +20,5 @@ gr.Interface(fn=genie, inputs=[gr.Textbox(label='What you want the AI to generat
|
|
20 |
gr.Slider(minimum=1, step=10, maximum=999999999999999999, randomize=True, interactive=True)],
|
21 |
outputs=gr.Image(label='512x512 Generated Image'),
|
22 |
title="OpenJourney V4 GPU",
|
23 |
-
description="OJ V4 GPU. Ultra Fast, now running on a T4",
|
24 |
article = "Code Monkey: <a href=\"https://huggingface.co/Manjushri\">Manjushri</a>").launch(debug=True, max_threads=True)
|
|
|
20 |
gr.Slider(minimum=1, step=10, maximum=999999999999999999, randomize=True, interactive=True)],
|
21 |
outputs=gr.Image(label='512x512 Generated Image'),
|
22 |
title="OpenJourney V4 GPU",
|
23 |
+
description="OJ V4 GPU. Ultra Fast, now running on a T4 <br><br><b/>Warning: This Demo is capable of producing NSFW content.",
|
24 |
article = "Code Monkey: <a href=\"https://huggingface.co/Manjushri\">Manjushri</a>").launch(debug=True, max_threads=True)
|