Spaces:
Runtime error
Runtime error
Anonymous Authors
commited on
Commit
·
b9f9fd6
1
Parent(s):
c0972d9
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ def get_nearest_64(gender, ethnicity, model, no):
|
|
28 |
|
29 |
with gr.Blocks() as demo:
|
30 |
gr.Markdown("# BoVW Nearest Neighbors")
|
31 |
-
gr.Markdown("### TF-IDF index of the
|
32 |
gr.Markdown("#### Choose one of the generated identity images to see its nearest neighbors according to a bag-of-visual-words model.")
|
33 |
with gr.Row():
|
34 |
with gr.Column():
|
|
|
28 |
|
29 |
with gr.Blocks() as demo:
|
30 |
gr.Markdown("# BoVW Nearest Neighbors")
|
31 |
+
gr.Markdown("### TF-IDF index of the _identities_ dataset of images generated by 3 models using a visual vocabulary of 10,752 words.")
|
32 |
gr.Markdown("#### Choose one of the generated identity images to see its nearest neighbors according to a bag-of-visual-words model.")
|
33 |
with gr.Row():
|
34 |
with gr.Column():
|