eldoraboo commited on
Commit
2bbb519
·
1 Parent(s): a51f1a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ examples = [
58
  ["United Iron And Steel Manufacturing Company (P.L.C.) produces and sells iron and steel products in Jordan. It is also involved in trading scrap iron. The company was incorporated in 1992 and is headquartered in Amman, Jordan. United Iron And Steel Manufacturing Company (P.L.C.) is a subsidiary of Manaseer Group Corporation."]
59
  ]
60
  #create interface
61
- gui = gr.Interface(api_mode=True,
62
  title=title,
63
  description=description,
64
  fn=ner,
 
58
  ["United Iron And Steel Manufacturing Company (P.L.C.) produces and sells iron and steel products in Jordan. It is also involved in trading scrap iron. The company was incorporated in 1992 and is headquartered in Amman, Jordan. United Iron And Steel Manufacturing Company (P.L.C.) is a subsidiary of Manaseer Group Corporation."]
59
  ]
60
  #create interface
61
+ gui = gr.Interface(cache_examples=False,
62
  title=title,
63
  description=description,
64
  fn=ner,