bishmoy commited on
Commit
7784100
·
verified ·
1 Parent(s): 5f2dcb9

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -130,7 +130,7 @@ def get_song(idx, df = df, filenames = filenames, indices = indices):
130
  audio_path = filenames[idx]
131
  state = AudioStateIG(row)
132
 
133
- print(df.loc(indices).label.value_counts())
134
 
135
  return state, audio_path
136
 
 
130
  audio_path = filenames[idx]
131
  state = AudioStateIG(row)
132
 
133
+ print(df.loc[indices].label.value_counts())
134
 
135
  return state, audio_path
136