bhacquin commited on
Commit
95b5e49
·
verified ·
1 Parent(s): c825f3a

Update demo.py

Browse files
Files changed (1) hide show
  1. demo.py +1 -1
demo.py CHANGED
@@ -316,7 +316,7 @@ with gr.Blocks(title="Unsupervised Video Editing", css=css) as demo:
316
  with gr.Row(elem_id="padded"):
317
  with gr.Column(scale=3, elem_id="padded"):
318
  gr.Markdown("<div style='width: 100%'><h1 style='text-align: center;'>Choose Your Preferred Video</h1></div>")
319
- gr.Markdown("<div style='width: 100%'><h3 style='text-align: center;'>Select the video you prefer.<br/>⚠️Consider fidelity and quality⚠️</h3></div>")
320
  btn_skip = gr.Button("I have no preference")
321
  message_component = gr.Markdown("") # For displaying messages
322
 
 
316
  with gr.Row(elem_id="padded"):
317
  with gr.Column(scale=3, elem_id="padded"):
318
  gr.Markdown("<div style='width: 100%'><h1 style='text-align: center;'>Choose Your Preferred Video</h1></div>")
319
+ gr.Markdown("<div style='width: 100%'><h3 style='text-align: center;'>Select the video you prefer.<br/>⚠️The person should be either walking or running and reaching the goal shown with a green dot while avoiding the obstacle in blue. Pay attention to the realism of the motion⚠️</h3></div>")
320
  btn_skip = gr.Button("I have no preference")
321
  message_component = gr.Markdown("") # For displaying messages
322