Anvit25 commited on
Commit
c99d7cb
·
verified ·
1 Parent(s): 4ef1f4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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