Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ def do_submit(gf_sigma, scale, anti_alias, mode, n_clusters,linkage):
|
|
78 |
|
79 |
with gr.Blocks(title=title) as demo:
|
80 |
gr.Markdown(f"## {title}")
|
81 |
-
gr.Markdown("[
|
82 |
gr.Markdown("Compute the segmentation of a 2D image with Ward hierarchical clustering. \
|
83 |
The clustering is spatially constrained in order for each segmented region to be in one piece.")
|
84 |
|
|
|
78 |
|
79 |
with gr.Blocks(title=title) as demo:
|
80 |
gr.Markdown(f"## {title}")
|
81 |
+
gr.Markdown("This is an interactive demo for this [scikit-learn example](https://scikit-learn.org/stable/auto_examples/cluster/plot_coin_ward_segmentation.html).")
|
82 |
gr.Markdown("Compute the segmentation of a 2D image with Ward hierarchical clustering. \
|
83 |
The clustering is spatially constrained in order for each segmented region to be in one piece.")
|
84 |
|