Jay Silverman commited on
Commit
4311c4d
·
1 Parent(s): 44d916e

optimized description

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -3,7 +3,7 @@ import gradio as gr
3
  gr.load(
4
  "huggingface/distilgpt2",
5
  inputs=gr.Textbox(lines=5, label="Start typing your story."),
6
- title="Goos complete bot",
7
- description="This model will complete any story you wish.",
8
- examples=["Once upon a time,"]
9
  ).launch()
 
3
  gr.load(
4
  "huggingface/distilgpt2",
5
  inputs=gr.Textbox(lines=5, label="Start typing your story."),
6
+ title="Goos story completion bot",
7
+ description="This model will complete stories for you.",
8
+ examples=["Once upon a time, there was a human named Justin Honold and"]
9
  ).launch()