Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -32,8 +32,8 @@ def __(mo):
|
|
| 32 |
As Grant explains, the seam carving algorithm preserves the shapes of the main content in the image, while killing the "dead space": the image is resized, but the clocks and other content are not resized or deformed.
|
| 33 |
|
| 34 |
This notebook is a Python version of the seam carving algorithm, but it is also a
|
| 35 |
-
demonstration of marimo's [
|
| 36 |
-
feature](https://docs.marimo.io/
|
| 37 |
which is helpful because the algorithm is compute intensive even when you
|
| 38 |
use [Numba](https://numba.pydata.org/).
|
| 39 |
|
|
|
|
| 32 |
As Grant explains, the seam carving algorithm preserves the shapes of the main content in the image, while killing the "dead space": the image is resized, but the clocks and other content are not resized or deformed.
|
| 33 |
|
| 34 |
This notebook is a Python version of the seam carving algorithm, but it is also a
|
| 35 |
+
demonstration of marimo's [caching
|
| 36 |
+
feature](https://docs.marimo.io/guides/best_practices/performance.html#cache-computations-with-mo-cache),
|
| 37 |
which is helpful because the algorithm is compute intensive even when you
|
| 38 |
use [Numba](https://numba.pydata.org/).
|
| 39 |
|