Update app.py
Browse files
app.py
CHANGED
|
@@ -27,6 +27,7 @@ grad.Interface(fn=generate,
|
|
| 27 |
inputs=txt,
|
| 28 |
outputs=out,
|
| 29 |
title="Promptist",
|
|
|
|
| 30 |
examples=examples,
|
| 31 |
allow_flagging='never',
|
| 32 |
cache_examples=False,
|
|
|
|
| 27 |
inputs=txt,
|
| 28 |
outputs=out,
|
| 29 |
title="Promptist",
|
| 30 |
+
description="Promptist is a prompt interface for Stable Diffusion v1 that optimizes user input into model-preferred prompts.",
|
| 31 |
examples=examples,
|
| 32 |
allow_flagging='never',
|
| 33 |
cache_examples=False,
|