Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -100,6 +100,7 @@ gr_interface = gr.Interface(
|
|
100 |
["A Dog Barking"],
|
101 |
["A loud thunderstorm"],
|
102 |
],
|
|
|
103 |
)
|
104 |
|
105 |
# Launch Gradio app
|
|
|
100 |
["A Dog Barking"],
|
101 |
["A loud thunderstorm"],
|
102 |
],
|
103 |
+
cache_examples=True,
|
104 |
)
|
105 |
|
106 |
# Launch Gradio app
|