Lazy cache
Browse files
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 =
|
| 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()
|