danielolusipe commited on
Commit
c5fd310
1 Parent(s): 35c1934

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ def split_char(text):
5
  return " ".join(list(text))
6
 
7
  from spacy.lang.en import English
 
8
  def make_predictions(Input):
9
  class_names=['BACKGROUND','CONCLUSIONS','METHODS','OBJECTIVE','RESULTS']
10
  # setup English sentence parser
 
5
  return " ".join(list(text))
6
 
7
  from spacy.lang.en import English
8
+
9
  def make_predictions(Input):
10
  class_names=['BACKGROUND','CONCLUSIONS','METHODS','OBJECTIVE','RESULTS']
11
  # setup English sentence parser