Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
|
| 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):
|