MuntasirHossain commited on
Commit
bf20079
·
1 Parent(s): 3c07a5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -21,11 +21,10 @@ demo = gr.Interface(
21
  ner,
22
  gr.Textbox(placeholder="Enter sentence here..."),
23
  outputs="html",
24
- examples=["In February 2006, Musk led Tesla's Series B venture capital funding round of $13 million, which added Valor Equity Partners to the funding team.[22][17]
25
- Musk co-led the third, $40 million round in May 2006 which saw investment from prominent entrepreneurs including Google co-founders Sergey Brin and Larry Page, and
26
- former eBay President Jeff Skoll.[23] A fourth round worth $45 million in May 2007 brought the total private financing investment to over $105 million.[23]
27
-
28
- Tesla's first car, the Roadster, was officially revealed to the public on July 19, 2006, in Santa Monica, California, at a 350-person invitation-only event held
29
  in Barker Hangar at Santa Monica Airport.[24]"]
30
  )
31
 
 
21
  ner,
22
  gr.Textbox(placeholder="Enter sentence here..."),
23
  outputs="html",
24
+ examples=["In February 2006, Musk led Tesla's Series B venture capital funding round of $13 million, which added Valor Equity Partners to the funding team.[22][17] \
25
+ Musk co-led the third, $40 million round in May 2006 which saw investment from prominent entrepreneurs including Google co-founders Sergey Brin and Larry Page, \
26
+ and former eBay President Jeff Skoll.[23] A fourth round worth $45 million in May 2007 brought the total private financing investment to over $105 million.[23] \
27
+ Tesla's first car, the Roadster, was officially revealed to the public on July 19, 2006, in Santa Monica, California, at a 350-person invitation-only event held \
 
28
  in Barker Hangar at Santa Monica Airport.[24]"]
29
  )
30