Spaces:
Runtime error
Runtime error
Updating Description
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ def generate_story(story):
|
|
8 |
|
9 |
demo = gr.Interface (
|
10 |
fn=generate_story,
|
11 |
-
description="
|
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."],
|