Johannes commited on
Commit
d86b9d7
β€’
1 Parent(s): f589fdc
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ description = """<p style="text-align: center;">This is an interactive demo for
64
  gr.Interface(
65
  title="Spectral Clustering with scikit-learn",
66
  description=description,
67
- article=artsicle,
68
  fn=infer,
69
  inputs=[gr.Image(source="canvas", tool="sketch", label="Input Image", shape=[100, 100]),
70
  gr.Number(label="Number of circles to draw", value=4, precision=0),
 
64
  gr.Interface(
65
  title="Spectral Clustering with scikit-learn",
66
  description=description,
67
+ article=article,
68
  fn=infer,
69
  inputs=[gr.Image(source="canvas", tool="sketch", label="Input Image", shape=[100, 100]),
70
  gr.Number(label="Number of circles to draw", value=4, precision=0),