cakiki commited on
Commit
95932fb
1 Parent(s): 8720503

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -28,10 +28,10 @@ with gr.Blocks() as demo:
28
  with gr.Row():
29
  with gr.Column():
30
  gender = gr.Radio(gender_labels, label="Gender label")
31
- with gr.Column():
32
- ethnicity = gr.Radio(ethnicity_labels, label="Ethnicity label")
33
  model = gr.Radio(models, label="Model")
34
  no = gr.Radio(nos, label="Image number")
 
 
35
  button = gr.Button(value="Get nearest neighbors")
36
  with gr.Row():
37
  image = gr.Image()
 
28
  with gr.Row():
29
  with gr.Column():
30
  gender = gr.Radio(gender_labels, label="Gender label")
 
 
31
  model = gr.Radio(models, label="Model")
32
  no = gr.Radio(nos, label="Image number")
33
+ with gr.Column():
34
+ ethnicity = gr.Radio(ethnicity_labels, label="Ethnicity label")
35
  button = gr.Button(value="Get nearest neighbors")
36
  with gr.Row():
37
  image = gr.Image()