aizanlabs commited on
Commit
f9f82f6
1 Parent(s): 3d1f844

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ interface = gr.Interface(
60
  outputs="text",
61
  title="Car Crash Sound Detection",
62
  description="Upload a car crash sound clip and the model will identify the crash type.",
63
- examples=["input_fileszQ1QmqrakIA_5-talking.wav","Car_Crash.mp3","input_fileszQ1QmqrakIA_13-crash.wav"],
64
  cache_examples=False
65
  )
66
 
 
60
  outputs="text",
61
  title="Car Crash Sound Detection",
62
  description="Upload a car crash sound clip and the model will identify the crash type.",
63
+ examples=["input_fileszQ1QmqrakIA_5-talking.wav","car-crash-bentley.mp3","input_fileszQ1QmqrakIA_13-crash.wav"],
64
  cache_examples=False
65
  )
66