merve HF Staff commited on
Commit
bce304b
·
1 Parent(s): b620ef8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("[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
 
 
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