sree4411 commited on
Commit
a856a6e
·
verified ·
1 Parent(s): 3577812

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,10 +8,10 @@ st.write("📁 Files found:", os.listdir())
8
 
9
  # Load the pickle files safely
10
  try:
11
- with open("tfidf_vectorizer(1).pkl", "rb") as f:
12
  vectorizer = pickle.load(f)
13
 
14
- with open("model(1).pkl", "rb") as f:
15
  model = pickle.load(f)
16
 
17
  with open("mlb.pkl", "rb") as f:
 
8
 
9
  # Load the pickle files safely
10
  try:
11
+ with open("tfidf_vectorizer (1).pkl", "rb") as f:
12
  vectorizer = pickle.load(f)
13
 
14
+ with open("model (1).pkl", "rb") as f:
15
  model = pickle.load(f)
16
 
17
  with open("mlb.pkl", "rb") as f: