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

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
- "Ignoring the type of sound or whether it's timed to the video, which video has audio that sounds cleaner and more high definition?"
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"