Spaces:
Sleeping
Sleeping
jaifar530
commited on
xx
Browse files
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:
|