green commited on
Commit
a5d5e6a
·
1 Parent(s): 87d17d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -90,7 +90,6 @@ def perform_ner(tup:namedtuple('article',['link','hed','entities', 'source']), c
90
  tup.entities.append(i)
91
 
92
 
93
- @st.cache()
94
  def ner_query(payload):
95
  print("making a query....")
96
  data = json.dumps(payload)
 
90
  tup.entities.append(i)
91
 
92
 
 
93
  def ner_query(payload):
94
  print("making a query....")
95
  data = json.dumps(payload)