Anonymous Authors commited on
Commit
cb4c6f2
·
1 Parent(s): 3ac39e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ def get_nearest(adjective, profession, model, no):
43
 
44
  with gr.Blocks() as demo:
45
  gr.Markdown("# Colorfulness Nearest Neighbors Explorer")
46
- gr.Markdown("### Colorfulness 1-D index of the _identities_ dataset of images generated by 3 models")
47
  gr.Markdown("#### Choose one of the generated identity images to see its nearest neighbors according to colorfulness")
48
  with gr.Row():
49
  with gr.Column():
 
43
 
44
  with gr.Blocks() as demo:
45
  gr.Markdown("# Colorfulness Nearest Neighbors Explorer")
46
+ gr.Markdown("### Colorfulness 1-D index of the _professions_ dataset of images generated by 3 models")
47
  gr.Markdown("#### Choose one of the generated identity images to see its nearest neighbors according to colorfulness")
48
  with gr.Row():
49
  with gr.Column():