import gradio as gr with gr.Blocks() as demo: gr.Markdown(""" ## Stable Bias: Analyzing Societal Representations in Diffusion Models """) gr.HTML('''

This is the demo page for the "Stable Bias" paper, which aims to explore and quantify social biases in text-to-image systems.

''') gr.HTML('''

This work was done by Alexandra Sasha Luccioni (Hugging Face) , Christopher Akiki (ScaDS.AI, Leipzig University), Margaret Mitchell (Hugging Face) and Yacine Jernite (Hugging Face) .

''') demo.launch(debug=True)