Fabrice-TIERCELIN commited on
Commit
7b7c424
1 Parent(s): 05118bf

Lazy cache

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -138,7 +138,7 @@ with gr.Blocks() as interface:
138
  ["A female is speaking followed by footstep sound", 100, 3],
139
  ["Wooden table tapping sound followed by water pouring sound.", 100, 3],
140
  ],
141
- cache_examples = False,
142
  )
143
 
144
  interface.queue(10).launch()
 
138
  ["A female is speaking followed by footstep sound", 100, 3],
139
  ["Wooden table tapping sound followed by water pouring sound.", 100, 3],
140
  ],
141
+ cache_examples = "lazy",
142
  )
143
 
144
  interface.queue(10).launch()