Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -27,8 +27,8 @@ def get_nearest_64(gender, ethnicity, model, no):
|
|
27 |
with gr.Blocks() as demo:
|
28 |
with gr.Row():
|
29 |
gender = gr.Radio(gender_labels, label="Gender label")
|
30 |
-
ethnicity = gr.Radio(ethnicity_labels, label="Ethnicity label")
|
31 |
with gr.Row():
|
|
|
32 |
model = gr.Radio(models, label="Model")
|
33 |
no = gr.Radio(nos, label="Image number")
|
34 |
button = gr.Button(value="Get nearest neighbors")
|
|
|
27 |
with gr.Blocks() as demo:
|
28 |
with gr.Row():
|
29 |
gender = gr.Radio(gender_labels, label="Gender label")
|
|
|
30 |
with gr.Row():
|
31 |
+
ethnicity = gr.Radio(ethnicity_labels, label="Ethnicity label")
|
32 |
model = gr.Radio(models, label="Model")
|
33 |
no = gr.Radio(nos, label="Image number")
|
34 |
button = gr.Button(value="Get nearest neighbors")
|