Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -7,6 +7,9 @@ interface = gr.Interface.load("huggingface/pranavpsv/gpt2-genre-story-generator"
|
|
7 |
gr.inputs.Textbox(lines=7, label="Story"),
|
8 |
],
|
9 |
description=description,
|
10 |
-
examples=[["Adventurer is approached by a mysterious stranger in the tavern for a new quest"]
|
|
|
|
|
|
|
11 |
)
|
12 |
interface.launch()
|
|
|
7 |
gr.inputs.Textbox(lines=7, label="Story"),
|
8 |
],
|
9 |
description=description,
|
10 |
+
examples=[["Adventurer is approached by a mysterious stranger in the tavern for a new quest"],
|
11 |
+
["A skilled pilot drives a spaceship ino a new quest"],
|
12 |
+
["A wizard learn spells for a quest"]
|
13 |
+
]
|
14 |
)
|
15 |
interface.launch()
|