tommymarto commited on
Commit
1617002
·
verified ·
1 Parent(s): e8b0d10

Update demo.py

Browse files
Files changed (1) hide show
  1. demo.py +1 -1
demo.py CHANGED
@@ -171,7 +171,7 @@ with gr.Blocks(title="Unsupervised Image Editing", css=css) as demo:
171
  corrupted_component = gr.Image(label="corr", elem_id="corrupted", show_label=False, show_download_button=False, show_share_button=False, interactive=False)
172
  with gr.Column(scale=3, elem_id="padded"):
173
  gr.Markdown("<div style='width: 100%'><h1 style='text-align: center; display: inline-block; width: 100%'>The sample on the left is a corrupted image</h1></div>")
174
- gr.Markdown("<div style='width: 100%'><h3 style='text-align: center; display: inline-block; width: 100%'>Below are decorrupted versions sampled from various models. Click on the picture you like best.<br/>⚠️Do not pay attention to the background⚠️</h3></div>")
175
  btn_skip = gr.Button("I have no preference")
176
  btn_submit = gr.Button("Submit preference")
177
 
 
171
  corrupted_component = gr.Image(label="corr", elem_id="corrupted", show_label=False, show_download_button=False, show_share_button=False, interactive=False)
172
  with gr.Column(scale=3, elem_id="padded"):
173
  gr.Markdown("<div style='width: 100%'><h1 style='text-align: center; display: inline-block; width: 100%'>The sample on the left is a corrupted image</h1></div>")
174
+ gr.Markdown("<div style='width: 100%'><h3 style='text-align: center; display: inline-block; width: 100%'>Below are decorrupted versions sampled from various models. Click on the picture you like best.<br/>⚠️Do not pay attention to the background. Consider first fidelity, then quality⚠️</h3></div>")
175
  btn_skip = gr.Button("I have no preference")
176
  btn_submit = gr.Button("Submit preference")
177