Spaces:
Running
Running
120s
Browse files
app.py
CHANGED
|
@@ -32,7 +32,8 @@ tab_vid = gr.Interface(
|
|
| 32 |
2
|
| 33 |
]
|
| 34 |
],
|
| 35 |
-
cache_examples=
|
|
|
|
| 36 |
)
|
| 37 |
|
| 38 |
demo = gr.TabbedInterface([tab_img, tab_vid], ["Image", "Video"])
|
|
|
|
| 32 |
2
|
| 33 |
]
|
| 34 |
],
|
| 35 |
+
cache_examples=True,
|
| 36 |
+
cache_mode='lazy'
|
| 37 |
)
|
| 38 |
|
| 39 |
demo = gr.TabbedInterface([tab_img, tab_vid], ["Image", "Video"])
|