MuskanMjn commited on
Commit
0e427ee
β€’
1 Parent(s): bf2f3fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ with gr.Blocks() as demo:
62
  """
63
  # Segmenting the picture of greek coins in regions πŸͺ™
64
  An application of spectral clustering.
65
- ![Image of coins](coins.jpeg "a title")
66
 
67
  """)
68
  inp = gr.Radio(["kmeans", "discretize", "cluster_qr"], label="Solver", info="Choose a clustering algorithm", value="kmeans")
 
62
  """
63
  # Segmenting the picture of greek coins in regions πŸͺ™
64
  An application of spectral clustering.
65
+ ![Image of coins](coins.png "a title")
66
 
67
  """)
68
  inp = gr.Radio(["kmeans", "discretize", "cluster_qr"], label="Solver", info="Choose a clustering algorithm", value="kmeans")