Update app.py
Browse files
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 |
|