keshavbhandari commited on
Commit
fcb224d
·
verified ·
1 Parent(s): 574761d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -80,7 +80,7 @@ my_audio_files = [
80
 
81
  # 3. Analyze the files to get the scores
82
  # This function returns a dictionary with file paths as keys
83
- analysis_results = analyze_audio_files(my_audio_files, model, device)
84
 
85
  # 4. Print the results
86
  for path, scores in analysis_results.items():
 
80
 
81
  # 3. Analyze the files to get the scores
82
  # This function returns a dictionary with file paths as keys
83
+ analysis_results = analyze_audio_files(my_audio_files, model, batch_size=128, segment_seconds=20, target_sr=32000)
84
 
85
  # 4. Print the results
86
  for path, scores in analysis_results.items():