Shritam commited on
Commit
11ef1e9
·
1 Parent(s): aa2650f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -15,8 +15,8 @@ with open('data/Model/tool_embeddings.pkl', 'rb') as f:
15
  tool_embeddings = pickle.load(f)
16
 
17
  # # Load the model from the file using pickle
18
- with open('data/Model/model.pkl', 'rb') as f:
19
- model = pickle.load(f)
20
 
21
 
22
  # def get_sentiment(input_text):
 
15
  tool_embeddings = pickle.load(f)
16
 
17
  # # Load the model from the file using pickle
18
+ # with open('data/Model/model.pkl', 'rb') as f:
19
+ # model = pickle.load(f)
20
 
21
 
22
  # def get_sentiment(input_text):