ganeshkamath89 commited on
Commit
bffb940
·
verified ·
1 Parent(s): ce61600

Updating Description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ def generate_story(story):
8
 
9
  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
  ["He didn't remember the last time he had to run this fast as he jumped on to the bus."],
 
8
 
9
  demo = gr.Interface (
10
  fn=generate_story,
11
+ description="Named Entity Recognition Demo with BERT",
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."],