Spaces:
Sleeping
Sleeping
mistermprah
commited on
Commit
•
2c74cfc
1
Parent(s):
73a18fc
Update app.py
Browse files
app.py
CHANGED
@@ -16,9 +16,9 @@ def classify_audio(filepath):
|
|
16 |
label = "artifact"
|
17 |
elif "murmur" in label:
|
18 |
label = "murmur"
|
19 |
-
elif "
|
20 |
label = "normal"
|
21 |
-
elif "
|
22 |
label = "normal"
|
23 |
elif "normal" in label:
|
24 |
label = "normal"
|
|
|
16 |
label = "artifact"
|
17 |
elif "murmur" in label:
|
18 |
label = "murmur"
|
19 |
+
elif "extrahls" in label:
|
20 |
label = "normal"
|
21 |
+
elif "extrastole" in label:
|
22 |
label = "normal"
|
23 |
elif "normal" in label:
|
24 |
label = "normal"
|