Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -174,7 +174,7 @@ if __name__ == "__main__":
|
|
| 174 |
],
|
| 175 |
title="Washing Machine Sound Classifier",
|
| 176 |
description="Upload a WAV audio file of a washing machine to classify its operation status. The model performs a two-stage classification: first identifying 'Normal' vs 'Abnormal' sound, then determining the specific sub-type.",
|
| 177 |
-
examples=example_files,
|
| 178 |
allow_flagging="never"
|
| 179 |
)
|
| 180 |
|
|
|
|
| 174 |
],
|
| 175 |
title="Washing Machine Sound Classifier",
|
| 176 |
description="Upload a WAV audio file of a washing machine to classify its operation status. The model performs a two-stage classification: first identifying 'Normal' vs 'Abnormal' sound, then determining the specific sub-type.",
|
| 177 |
+
# examples=example_files,
|
| 178 |
allow_flagging="never"
|
| 179 |
)
|
| 180 |
|