Spaces:
Runtime error
Runtime error
Anonymous Authors
commited on
Commit
·
2953de7
1
Parent(s):
b9f9fd6
Update app.py
Browse files
app.py
CHANGED
@@ -32,8 +32,8 @@ with gr.Blocks() as demo:
|
|
32 |
gr.Markdown("#### Choose one of the generated identity images to see its nearest neighbors according to a bag-of-visual-words model.")
|
33 |
with gr.Row():
|
34 |
with gr.Column():
|
35 |
-
gender = gr.Radio(gender_labels, label="Gender label")
|
36 |
model = gr.Radio(models, label="Model")
|
|
|
37 |
no = gr.Radio(nos, label="Image number")
|
38 |
with gr.Column():
|
39 |
ethnicity = gr.Radio(ethnicity_labels, label="Ethnicity label")
|
|
|
32 |
gr.Markdown("#### Choose one of the generated identity images to see its nearest neighbors according to a bag-of-visual-words model.")
|
33 |
with gr.Row():
|
34 |
with gr.Column():
|
|
|
35 |
model = gr.Radio(models, label="Model")
|
36 |
+
gender = gr.Radio(gender_labels, label="Gender label")
|
37 |
no = gr.Radio(nos, label="Image number")
|
38 |
with gr.Column():
|
39 |
ethnicity = gr.Radio(ethnicity_labels, label="Ethnicity label")
|