daspartho commited on
Commit
2fb6f31
1 Parent(s): a8b3714

update desc

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 appropriate 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"),
 
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"),