Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ def get_nearest_64(gender, ethnicity, model, no):
|
|
24 |
return image, list(zip(neighbor_images, neighbor_captions))
|
25 |
|
26 |
with gr.Blocks() as demo:
|
27 |
-
with gr.Row()
|
28 |
gender = gr.Radio(gender_labels, label="Gender label")
|
29 |
ethnicity = gr.Radio(ethnicity_labels, label="Ethnicity label")
|
30 |
model = gr.Radio(models, label="Model")
|
|
|
24 |
return image, list(zip(neighbor_images, neighbor_captions))
|
25 |
|
26 |
with gr.Blocks() as demo:
|
27 |
+
with gr.Row():
|
28 |
gender = gr.Radio(gender_labels, label="Gender label")
|
29 |
ethnicity = gr.Radio(ethnicity_labels, label="Ethnicity label")
|
30 |
model = gr.Radio(models, label="Model")
|