PseudoTerminal X
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -40,6 +40,6 @@ iface = gr.Interface(
|
|
40 |
],
|
41 |
outputs=gr.Gallery(height=1024, min_width=1024, columns=2),
|
42 |
examples=example_prompts,
|
43 |
-
title="
|
44 |
-
description="
|
45 |
).launch()
|
|
|
40 |
],
|
41 |
outputs=gr.Gallery(height=1024, min_width=1024, columns=2),
|
42 |
examples=example_prompts,
|
43 |
+
title="Terminus XL Velocity v2.0 Demonstration",
|
44 |
+
description="Terminus XL is a v-prediction model trained with a zero-terminal SNR noise schedule, allowing it to create very dark or very bright images. Occasionally, it will work pretty well for typography, eg. text in images."
|
45 |
).launch()
|