Spaces:
Sleeping
Sleeping
Update demo.py
Browse files
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/>⚠️
|
| 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 |
|