Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,9 @@ def classify_audio(filepath):
|
|
16 |
label = "artifact"
|
17 |
elif "murmur" in label:
|
18 |
label = "murmur"
|
19 |
-
elif "
|
|
|
|
|
20 |
label = "normal"
|
21 |
elif "normal" in label:
|
22 |
label = "normal"
|
|
|
16 |
label = "artifact"
|
17 |
elif "murmur" in label:
|
18 |
label = "murmur"
|
19 |
+
elif "extra_hystole" in label:
|
20 |
+
label = "normal"
|
21 |
+
elif "extra_systole" in label:
|
22 |
label = "normal"
|
23 |
elif "normal" in label:
|
24 |
label = "normal"
|