kantundpeterpan commited on
Commit
42ba4db
·
1 Parent(s): c200604
Files changed (2) hide show
  1. requirements.txt +2 -1
  2. tasks/text.py +2 -0
requirements.txt CHANGED
@@ -10,4 +10,5 @@ requests>=2.31.0
10
  librosa==0.10.2.post1
11
  skops
12
  scikit-learn
13
- nltk
 
 
10
  librosa==0.10.2.post1
11
  skops
12
  scikit-learn
13
+ nltk
14
+ pandas
tasks/text.py CHANGED
@@ -7,6 +7,8 @@ from skops import hub_utils
7
  import skops.io as sio
8
  import skops
9
 
 
 
10
  from huggingface_hub import hf_hub_download
11
  import joblib
12
 
 
7
  import skops.io as sio
8
  import skops
9
 
10
+ import pandas as pd
11
+
12
  from huggingface_hub import hf_hub_download
13
  import joblib
14