Spaces:
Runtime error
Runtime error
Anonymous Authors
commited on
Commit
•
0aa51cb
1
Parent(s):
29170e8
Update app.py
Browse files
app.py
CHANGED
@@ -36,9 +36,9 @@ with gr.Blocks() as demo:
|
|
36 |
model = gr.Radio(models, label="Model")
|
37 |
index = gr.Radio(indexes, label="Visual vocabulary size")
|
38 |
gender = gr.Radio(gender_labels, label="Gender label")
|
39 |
-
no = gr.Radio(nos, label="Image number")
|
40 |
with gr.Column():
|
41 |
ethnicity = gr.Radio(ethnicity_labels, label="Ethnicity label")
|
|
|
42 |
button = gr.Button(value="Get nearest neighbors")
|
43 |
with gr.Row():
|
44 |
image = gr.Image()
|
|
|
36 |
model = gr.Radio(models, label="Model")
|
37 |
index = gr.Radio(indexes, label="Visual vocabulary size")
|
38 |
gender = gr.Radio(gender_labels, label="Gender label")
|
|
|
39 |
with gr.Column():
|
40 |
ethnicity = gr.Radio(ethnicity_labels, label="Ethnicity label")
|
41 |
+
no = gr.Radio(nos, label="Image number")
|
42 |
button = gr.Button(value="Get nearest neighbors")
|
43 |
with gr.Row():
|
44 |
image = gr.Image()
|