jaifar530 commited on
Commit
6a7904b
·
unverified ·
1 Parent(s): 10c6916
Files changed (1) hide show
  1. app.py +0 -14
app.py CHANGED
@@ -47,20 +47,6 @@ with open('RandomForestClassifier.pkl', 'rb') as file:
47
  clf_loaded = pickle.load(file)
48
 
49
 
50
-
51
- # # Loading a SpaCy model for Named Entity Recognition and Lemmatization
52
- # !pip install https://huggingface.co/spacy/en_core_web_sm/resolve/main/en_core_web_sm-any-py3-none-any.whl
53
-
54
- # Using spacy.load().
55
- nlp = spacy.load('en_core_web_sm')
56
-
57
- # # Your input paragraph
58
- # input_paragraph = "Your paragraph here..."
59
-
60
- # # Read the paragraph from a text file
61
- # with open('paragraph.txt', 'r') as file:
62
- # input_paragraph = file.read()
63
-
64
  input_paragraph = st.text_area("Input your text here")
65
 
66
  df = pd.DataFrame(columns=["paragraph"])
 
47
  clf_loaded = pickle.load(file)
48
 
49
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
50
  input_paragraph = st.text_area("Input your text here")
51
 
52
  df = pd.DataFrame(columns=["paragraph"])