Update first_app.py
Browse files- first_app.py +1 -1
first_app.py
CHANGED
@@ -7,7 +7,7 @@ examples = [["Adventurer is approached by a mysterious stranger in the tavern fo
|
|
7 |
interface = gr.Interface.load("huggingface/pranavpsv/gpt2-genre-story-generator",
|
8 |
description=description,
|
9 |
title = "Generate your own story",
|
10 |
-
inputs = [gr.inputs.Textbox(lines=
|
11 |
examples=examples
|
12 |
)
|
13 |
|
|
|
7 |
interface = gr.Interface.load("huggingface/pranavpsv/gpt2-genre-story-generator",
|
8 |
description=description,
|
9 |
title = "Generate your own story",
|
10 |
+
inputs = [gr.inputs.Textbox(lines=4, label="Start your story"), ],
|
11 |
examples=examples
|
12 |
)
|
13 |
|