intersteller2887 commited on
Commit
bc0deaa
·
verified ·
1 Parent(s): e5121f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -685,7 +685,7 @@ if __name__ == "__main__":
685
  if "SPACE_ID" in os.environ:
686
  print("Running in a Hugging Face Space, checking for audio files...")
687
  # all_files = [q["audio"] for q in QUESTION_SET] + [d["audio"] for d in DIMENSIONS_DATA]
688
- all_files = [[d["audio"] for d in DIMENSIONS_DATA]
689
  for audio_file in set(all_files):
690
  if not os.path.exists(audio_file):
691
  print(f"⚠️ Warning: Audio file not found: {audio_file}")
 
685
  if "SPACE_ID" in os.environ:
686
  print("Running in a Hugging Face Space, checking for audio files...")
687
  # all_files = [q["audio"] for q in QUESTION_SET] + [d["audio"] for d in DIMENSIONS_DATA]
688
+ all_files = [d["audio"] for d in DIMENSIONS_DATA]
689
  for audio_file in set(all_files):
690
  if not os.path.exists(audio_file):
691
  print(f"⚠️ Warning: Audio file not found: {audio_file}")