Spaces:
Sleeping
Sleeping
Update tasks/utils/predict.py
Browse files- tasks/utils/predict.py +1 -1
tasks/utils/predict.py
CHANGED
@@ -4,7 +4,7 @@ import string
|
|
4 |
import pandas as pd
|
5 |
import sys
|
6 |
sys.path.append(".")
|
7 |
-
from
|
8 |
|
9 |
def predict(input_df: pd.DataFrame, tfidf_path: str, model_path: str):
|
10 |
"""
|
|
|
4 |
import pandas as pd
|
5 |
import sys
|
6 |
sys.path.append(".")
|
7 |
+
from tasks.utils.preprocessing import process_text
|
8 |
|
9 |
def predict(input_df: pd.DataFrame, tfidf_path: str, model_path: str):
|
10 |
"""
|