tareknaous commited on
Commit
158315c
·
1 Parent(s): e69a8dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -1
app.py CHANGED
@@ -185,7 +185,12 @@ def visual_clustering(cluster_type, num_clusters, num_samples, noise, random_sta
185
  return fig1, fig2
186
 
187
  title = "Clustering Plotted Data by Image Segmentation"
188
- description = "Gradio Demo for Visual Clustering on synthetic datasets"
 
 
 
 
 
189
 
190
  iface = gr.Interface(
191
 
 
185
  return fig1, fig2
186
 
187
  title = "Clustering Plotted Data by Image Segmentation"
188
+ description = ```
189
+ Gradio Demo for Visual Clustering on synthetic datasets.
190
+
191
+ * **Number of Clusters**: Set the number of clusters to generate in the dataset (Fixed to only 2 in noisy circles and moons)
192
+
193
+ ```
194
 
195
  iface = gr.Interface(
196