jaifar530 commited on
Commit
41af9bf
·
unverified ·
1 Parent(s): cd5b591
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,7 +10,7 @@ st.markdown("This is a POC for Smart Detection System of AI Generated Text Model
10
 
11
  import os
12
  import requests
13
- import pickle
14
  import pandas as pd
15
  import nltk
16
  import spacy
@@ -47,7 +47,7 @@ if not os.path.isfile('RandomForestClassifier.joblib'):
47
 
48
 
49
  # Load the model from the file
50
- clf_loaded = load('RandomForestClassifier.joblib')
51
 
52
  # # At this point, the pickle file should exist, either it was already there, or it has been downloaded and extracted.
53
  # with open('RandomForestClassifier.pkl', 'rb') as file:
 
10
 
11
  import os
12
  import requests
13
+ # import pickle
14
  import pandas as pd
15
  import nltk
16
  import spacy
 
47
 
48
 
49
  # Load the model from the file
50
+ # clf_loaded = load('RandomForestClassifier.joblib')
51
 
52
  # # At this point, the pickle file should exist, either it was already there, or it has been downloaded and extracted.
53
  # with open('RandomForestClassifier.pkl', 'rb') as file: