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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -185,12 +185,11 @@ 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 = ```
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
 
 
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
  iface = gr.Interface(
195