Spaces:
Sleeping
Sleeping
allow cache
Browse files
app.py
CHANGED
|
@@ -99,6 +99,7 @@ def launch(img: np.ndarray, backend: str = "gradio", markdown_description: str =
|
|
| 99 |
add_controls()
|
| 100 |
pipe_interactive = interactive_pipeline(
|
| 101 |
gui=backend,
|
|
|
|
| 102 |
markdown_description=markdown_description
|
| 103 |
)(pipe)
|
| 104 |
pipe_interactive(img)
|
|
|
|
| 99 |
add_controls()
|
| 100 |
pipe_interactive = interactive_pipeline(
|
| 101 |
gui=backend,
|
| 102 |
+
cache=True,
|
| 103 |
markdown_description=markdown_description
|
| 104 |
)(pipe)
|
| 105 |
pipe_interactive(img)
|