PedroMartelleto commited on
Commit
681344b
·
1 Parent(s): b5dbf16
Files changed (2) hide show
  1. .gitignore +1 -0
  2. app.py +1 -0
.gitignore CHANGED
@@ -1,2 +1,3 @@
1
  *.json
2
  .env
 
 
1
  *.json
2
  .env
3
+ .DS_Store
app.py CHANGED
@@ -237,6 +237,7 @@ with gr.Blocks() as demo:
237
  """
238
  You'll be seeing pairs of videos and will be asked to compare them.
239
  The videos were generated by AI to move a car from one point to another (green boxes in the video).
 
240
 
241
  **There are 10 videos in total.**
242
  **If both videos are the same, select "No preference".**
 
237
  """
238
  You'll be seeing pairs of videos and will be asked to compare them.
239
  The videos were generated by AI to move a car from one point to another (green boxes in the video).
240
+ Choose the video that shows more realistic motion of the car from a box to another.
241
 
242
  **There are 10 videos in total.**
243
  **If both videos are the same, select "No preference".**