fffiloni commited on
Commit
e2946ad
1 Parent(s): 57e1356

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -33,6 +33,9 @@ with gr.Blocks(css=css) as demo:
33
  <h2 style="text-align: center;">
34
  SDXL Using Direct Preference Optimization
35
  </h2>
 
 
 
36
  """)
37
  prompt_in = gr.Textbox(label="Prompt", value="An old man with a bird on his head")
38
  submit_btn = gr.Button("Submit")
 
33
  <h2 style="text-align: center;">
34
  SDXL Using Direct Preference Optimization
35
  </h2>
36
+ <p style="text-align: center;">
37
+ Direct Preference Optimization (DPO) for text-to-image diffusion models is a method to align diffusion models to text human preferences by directly optimizing on human comparison data.
38
+ </p>
39
  """)
40
  prompt_in = gr.Textbox(label="Prompt", value="An old man with a bird on his head")
41
  submit_btn = gr.Button("Submit")