sasha HF staff commited on
Commit
91b2885
1 Parent(s): 87e1f6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def get_averages(adj, profession):
34
  with gr.Blocks() as demo:
35
 
36
  gr.Markdown("# Text-to-Image Diffusion Model Average Faces")
37
- gr.Markdown("### We ran 150 professions through 3 text-to-image diffusion models to examine what they generate.")
38
  gr.Markdown("#### Choose one of the professions and adjectives from the dropdown menus and see the average face generated by each model.")
39
  with gr.Row():
40
 
34
  with gr.Blocks() as demo:
35
 
36
  gr.Markdown("# Text-to-Image Diffusion Model Average Faces")
37
+ gr.Markdown("### We ran 150 professions and 20 adjectives through 3 text-to-image diffusion models to examine what they generate.")
38
  gr.Markdown("#### Choose one of the professions and adjectives from the dropdown menus and see the average face generated by each model.")
39
  with gr.Row():
40