cakiki commited on
Commit
6b048b9
·
1 Parent(s): 22f19c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")