Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -7,6 +7,6 @@ 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 |
)
|
12 |
interface.launch()
|