deepanway commited on
Commit
642d7ef
1 Parent(s): 3f642ea

Update app.py

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