Spaces:
Running
Running
update desc
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ examples = [
|
|
| 15 |
]
|
| 16 |
|
| 17 |
iface = gr.Interface(
|
| 18 |
-
description = "Enter a main idea for a prompt, and the model will attempt to add
|
| 19 |
article = "<p style='text-align: center'><a href='https://github.com/daspartho/prompt-extend' target='_blank'>Github</a></p>",
|
| 20 |
fn=extend_prompt,
|
| 21 |
inputs=gr.Text(label="Type the prompt here"),
|
|
|
|
| 15 |
]
|
| 16 |
|
| 17 |
iface = gr.Interface(
|
| 18 |
+
description = "Enter a main idea for a prompt, and the model will attempt to add suitable style cues.",
|
| 19 |
article = "<p style='text-align: center'><a href='https://github.com/daspartho/prompt-extend' target='_blank'>Github</a></p>",
|
| 20 |
fn=extend_prompt,
|
| 21 |
inputs=gr.Text(label="Type the prompt here"),
|