Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|