sumesh4C commited on
Commit
dcb9fea
·
verified ·
1 Parent(s): be76a88

Update tasks/utils/predict.py

Browse files
Files changed (1) hide show
  1. tasks/utils/predict.py +1 -0
tasks/utils/predict.py CHANGED
@@ -2,6 +2,7 @@ import pickle
2
  import re
3
  import string
4
  import pandas as pd
 
5
 
6
  def predict(input_df: pd.DataFrame, tfidf_path: str, model_path: str):
7
  """
 
2
  import re
3
  import string
4
  import pandas as pd
5
+ from preprocessing import process_text
6
 
7
  def predict(input_df: pd.DataFrame, tfidf_path: str, model_path: str):
8
  """