Spaces:
Sleeping
Sleeping
mistermprah
commited on
Commit
•
73a18fc
1
Parent(s):
e273c59
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ def classify_audio(filepath):
|
|
18 |
label = "murmur"
|
19 |
elif "extra_hystole" in label:
|
20 |
label = "normal"
|
21 |
-
|
22 |
label = "normal"
|
23 |
elif "normal" in label:
|
24 |
label = "normal"
|
|
|
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"
|