Johannes
commited on
Commit
·
d86b9d7
1
Parent(s):
f589fdc
fix typo
Browse files
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=
|
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),
|