ganeshkamath89 commited on
Commit
ac59da8
1 Parent(s): 670a35f

Adding back examples

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -10,7 +10,10 @@ demo = gr.Interface (
10
  fn=generate_story,
11
  description="Story generation with GPT-2",
12
  examples=[
13
- ["Adventurer is approached by a mysterious stranger in the tavern for a new quest."]
 
 
 
14
  ],
15
  inputs=[gr.Textbox(lines=7, label="Story URL")],
16
  outputs=[gr.Textbox(lines=7, label="Story Summary")]
 
10
  fn=generate_story,
11
  description="Story generation with GPT-2",
12
  examples=[
13
+ ["Adventurer is approached by a mysterious stranger in the tavern for a new quest."],
14
+ ["He didn't remember the last time he had to run this fast as he jumped on to the bus."],
15
+ ["Fate has it's own plans for the common man, which is why we philosophise on "],
16
+ ["The bear reached the river and spotted a school of fish. His hunger started taking its toll"]
17
  ],
18
  inputs=[gr.Textbox(lines=7, label="Story URL")],
19
  outputs=[gr.Textbox(lines=7, label="Story Summary")]