abdulmatinomotoso commited on
Commit
50d7ee8
1 Parent(s): 5a85444

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -47,6 +47,7 @@ examples = [
47
  The use of AI in coursework is a rapidly changing issue that confronts all learning institutions."""
48
  ]
49
 
 
50
  def ner(text):
51
  output = nlp(text)
52
  output = join_results(output)
 
47
  The use of AI in coursework is a rapidly changing issue that confronts all learning institutions."""
48
  ]
49
 
50
+
51
  def ner(text):
52
  output = nlp(text)
53
  output = join_results(output)