Spaces:
Runtime error
Runtime error
Updaing the caching mechanism
Browse files
app.py
CHANGED
|
@@ -240,7 +240,8 @@ iface = gr.Interface(
|
|
| 240 |
examples=[
|
| 241 |
["examples/abarnvbtwb.mp4"],
|
| 242 |
["examples/aapnvogymq.mp4"],
|
| 243 |
-
]
|
|
|
|
| 244 |
)
|
| 245 |
|
| 246 |
iface.launch()
|
|
|
|
| 240 |
examples=[
|
| 241 |
["examples/abarnvbtwb.mp4"],
|
| 242 |
["examples/aapnvogymq.mp4"],
|
| 243 |
+
],
|
| 244 |
+
cache_examples="lazy"
|
| 245 |
)
|
| 246 |
|
| 247 |
iface.launch()
|