Spaces:
Runtime error
Runtime error
Jay Silverman commited on
Commit ·
4311c4d
1
Parent(s): 44d916e
optimized description
Browse files
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
|
| 7 |
-
description="This model will complete
|
| 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()
|