Spaces:
Runtime error
Runtime error
fix labelmap
Browse files- 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 |
|