intersteller2887 commited on
Commit
e5f2902
·
verified ·
1 Parent(s): 5a2951e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -108,6 +108,7 @@ DIMENSION_TITLES = [d["title"] for d in DIMENSIONS_DATA]
108
 
109
  random.seed()
110
  selected_audio_paths = random.sample(all_data_audio_paths, 5)
 
111
 
112
  QUESTION_SET = [
113
  {"audio": path, "desc": f"这是音频文件 {os.path.basename(path)} 的描述"}
 
108
 
109
  random.seed()
110
  selected_audio_paths = random.sample(all_data_audio_paths, 5)
111
+ print(selected_audio_paths)
112
 
113
  QUESTION_SET = [
114
  {"audio": path, "desc": f"这是音频文件 {os.path.basename(path)} 的描述"}