cdleong commited on
Commit
669d264
1 Parent(s): 2161e8a

embarassing typo fix

Browse files
temp_africaNLP_keyword_spotting_for_african_languages.py CHANGED
@@ -166,7 +166,7 @@ class TempAfricaNLPKeywordSpottingForAfricanLanguages(datasets.GeneratorBasedBui
166
  # The `key` is here for legacy reason (tfds) and is not important in itself.
167
  clips_df= pd.read_excel(filepath)
168
  with open(filepath, encoding="utf-8") as f:
169
- for id_, row in clips_df.iterrows()
170
  data = row
171
  bucket = row["bucket"]
172
  if bucket == split:
 
166
  # The `key` is here for legacy reason (tfds) and is not important in itself.
167
  clips_df= pd.read_excel(filepath)
168
  with open(filepath, encoding="utf-8") as f:
169
+ for id_, row in clips_df.iterrows():
170
  data = row
171
  bucket = row["bucket"]
172
  if bucket == split: