Spaces:
Runtime error
Runtime error
Anonymous Authors
commited on
Commit
·
28160d2
1
Parent(s):
66dc83e
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ with gr.Blocks() as demo:
|
|
33 |
a = gr.Text(label="Number of items in cluster")
|
34 |
c = gr.Text(label="Model makeup of cluster")
|
35 |
b = gr.Text(label="Gender label makeup of cluster")
|
36 |
-
d = gr.Text(label="
|
37 |
gallery = gr.Gallery(label="Most representative images in cluster").style(grid=6)
|
38 |
button.click(fn=show_cluster, inputs=[cluster_id, num_clusters], outputs=[a,b,c,d, gallery])
|
39 |
# demo = gr.Interface(fn=show_cluster, inputs=[gr.Slider(0, 50), gr.Radio([12, 24, 48])], outputs=["text", "text", "text", "text", gr.Gallery()])
|
|
|
33 |
a = gr.Text(label="Number of items in cluster")
|
34 |
c = gr.Text(label="Model makeup of cluster")
|
35 |
b = gr.Text(label="Gender label makeup of cluster")
|
36 |
+
d = gr.Text(label="Ethnicity label makeup of cluster")
|
37 |
gallery = gr.Gallery(label="Most representative images in cluster").style(grid=6)
|
38 |
button.click(fn=show_cluster, inputs=[cluster_id, num_clusters], outputs=[a,b,c,d, gallery])
|
39 |
# demo = gr.Interface(fn=show_cluster, inputs=[gr.Slider(0, 50), gr.Radio([12, 24, 48])], outputs=["text", "text", "text", "text", gr.Gallery()])
|