czyang commited on
Commit
df42584
·
verified ·
1 Parent(s): 18eb8bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ random.shuffle(video_ids)
50
  questions = [
51
  "Which video's audio best matches the sound of {}?",
52
  "In which video is the timing of the audio best synchronized with what you can see in the video?",
53
- "Which video has audio that sounds cleaner and more high definition? Please ignore the type of sound and whether it's timed to the video, focus only on the audio quality.",
54
  "Assuming the video is meant to sound like {}, which video has the best audio overall?"
55
  ]
56
  submissions_file = "user_responses/response.jsonl"
 
50
  questions = [
51
  "Which video's audio best matches the sound of {}?",
52
  "In which video is the timing of the audio best synchronized with what you can see in the video?",
53
+ "Which video has audio that sounds cleaner and more high definition? (Please ignore the type of sound and whether it's timed to the video, focus only on the audio quality.)",
54
  "Assuming the video is meant to sound like {}, which video has the best audio overall?"
55
  ]
56
  submissions_file = "user_responses/response.jsonl"