cache_examples = False for Pinokio
Browse files
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(
|