Spaces:
Sleeping
Sleeping
Update sonogram_utility.py
Browse files- sonogram_utility.py +1 -1
sonogram_utility.py
CHANGED
|
@@ -147,7 +147,7 @@ def loadAudioCSV(sampleCSV):
|
|
| 147 |
df = df.reset_index() # make sure indexes pair with number of rows
|
| 148 |
|
| 149 |
# Data in Annotation form, for convenient error rate calculation
|
| 150 |
-
prediction = Annotation(uri=
|
| 151 |
|
| 152 |
for i, row in df.iterrows():
|
| 153 |
index = row['Resource']
|
|
|
|
| 147 |
df = df.reset_index() # make sure indexes pair with number of rows
|
| 148 |
|
| 149 |
# Data in Annotation form, for convenient error rate calculation
|
| 150 |
+
prediction = Annotation(uri=sampleCSV)
|
| 151 |
|
| 152 |
for i, row in df.iterrows():
|
| 153 |
index = row['Resource']
|