brendabor commited on
Commit
cf6a913
1 Parent(s): 03d29e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ except Exception as e:
24
  st.error(f"Error loading model: {e}")
25
 
26
  # Load the tokenizer (ensure it's the one used during training)
27
- # tokenizer = joblib.load('tokenizer.pkl') # Update this to the correct path
28
 
29
  # Load the dataset
30
  df = pd.read_csv('df1.csv')
 
24
  st.error(f"Error loading model: {e}")
25
 
26
  # Load the tokenizer (ensure it's the one used during training)
27
+ tokenizer = joblib.load('tokenizer.pkl') # Update this to the correct path
28
 
29
  # Load the dataset
30
  df = pd.read_csv('df1.csv')