PseudoTerminal X commited on
Commit
622021c
1 Parent(s): 6af40e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="Image Generation with Diffusion Model",
44
- description="Generate images based on textual prompts. Adjust the parameters to see how they affect the outcome."
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()