Kimata commited on
Commit
6d9ea36
·
1 Parent(s): 3f3f7e7

fix labelmap

Browse files
Files changed (1) hide show
  1. pipeline.py +1 -1
pipeline.py CHANGED
@@ -206,7 +206,7 @@ def load_audio_model():
206
  return model
207
 
208
  audio_label_map = {
209
- 0: "real"
210
  1: "fake"
211
  }
212
 
 
206
  return model
207
 
208
  audio_label_map = {
209
+ 0: "real",
210
  1: "fake"
211
  }
212