arjunanand13 commited on
Commit
e58322f
·
verified ·
1 Parent(s): 9161f48

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -61,6 +61,7 @@ interface = gr.Interface(
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","input_fileszQ1QmqrakIA_13-crash.wav"],
 
64
  )
65
 
66
  interface.launch(share=True)
 
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","input_fileszQ1QmqrakIA_13-crash.wav"],
64
+ cache_examples=False
65
  )
66
 
67
  interface.launch(share=True)