File size: 313 Bytes
35a95ea
 
44d916e
 
35a95ea
4311c4d
 
 
35a95ea
1
2
3
4
5
6
7
8
9
import gradio as gr

gr.load(
    "huggingface/distilgpt2",
    inputs=gr.Textbox(lines=5, label="Start typing your story."),
    title="Goos story completion bot",
    description="This model will complete stories for you.",
    examples=["Once upon a time, there was a human named Justin Honold and"]
).launch()