KrishGoyani commited on
Commit
239f80d
·
verified ·
1 Parent(s): eff3e02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ def pdf2text(file_path):
72
  return clean_text(text)
73
 
74
 
75
- def ner(tex) :
76
  return {
77
  "text": text,
78
  "entities": [
 
72
  return clean_text(text)
73
 
74
 
75
+ def ner(text) :
76
  return {
77
  "text": text,
78
  "entities": [