Fabrice-TIERCELIN commited on
Commit
40217ad
·
verified ·
1 Parent(s): fae3374

cache_examples = False for Pinokio

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -250,7 +250,8 @@ with gr.Blocks() as interface:
250
  ["A female is speaking followed by footstep sound", 1, 100, 3, False, 123],
251
  ["Wooden table tapping sound followed by water pouring sound.", 3, 200, 3, False, 123],
252
  ],
253
- cache_examples = "lazy",
 
254
  )
255
 
256
  gr.Markdown(
 
250
  ["A female is speaking followed by footstep sound", 1, 100, 3, False, 123],
251
  ["Wooden table tapping sound followed by water pouring sound.", 3, 200, 3, False, 123],
252
  ],
253
+ #cache_examples = "lazy",
254
+ cache_examples = False,
255
  )
256
 
257
  gr.Markdown(