Alashazam commited on
Commit
1e337d6
1 Parent(s): cbb9c79

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
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()