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