tbdatasci commited on
Commit
35f3407
1 Parent(s): 66f8e80

Updated examples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,6 +31,6 @@ demo = gr.Interface(fn=ner,
31
  title="Named Entity Recognition Device",
32
  description="Find entities in the text!",
33
  allow_flagging="never",
34
- examples=["My name is Andrew, I'm building DeeplearningAI and I live in California.", "My name is Tyler, I live in Florida for income tax purposes and like to build cool stuff."])
35
 
36
  demo.launch()
 
31
  title="Named Entity Recognition Device",
32
  description="Find entities in the text!",
33
  allow_flagging="never",
34
+ examples=["My name is Tyler, I live in Florida for income tax purposes and like to buy Microsoft, IBM, and Home Depot stocks."])
35
 
36
  demo.launch()