Anonymous Authors commited on
Commit
367786e
1 Parent(s): 7dd5095

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def get_nearest_64(gender, ethnicity, model, no, index):
28
  return image, list(zip(neighbor_images, neighbor_captions))
29
 
30
  with gr.Blocks() as demo:
31
- gr.Markdown("# BoVW Nearest Neighbors")
32
  gr.Markdown("### TF-IDF index of the _identities_ dataset of images generated by 3 models using a visual vocabulary of 10,752 words.")
33
  gr.Markdown("#### Choose one of the generated identity images to see its nearest neighbors according to a bag-of-visual-words model.")
34
  with gr.Row():
 
28
  return image, list(zip(neighbor_images, neighbor_captions))
29
 
30
  with gr.Blocks() as demo:
31
+ gr.Markdown("# BoVW Nearest Neighbors Explorer")
32
  gr.Markdown("### TF-IDF index of the _identities_ dataset of images generated by 3 models using a visual vocabulary of 10,752 words.")
33
  gr.Markdown("#### Choose one of the generated identity images to see its nearest neighbors according to a bag-of-visual-words model.")
34
  with gr.Row():