chaurAr commited on
Commit
ec9f97a
·
verified ·
1 Parent(s): 4800c90

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -677,7 +677,7 @@
677
  // Generate HuggingFace URL for an audio file
678
  function getAudioUrl(filePath) {
679
  const fileName = filePath.split("/").pop();
680
- return `https://huggingface.co/datasets/${HF_DATASET}/raw/main/${filePath}`;
681
  }
682
 
683
  function updateProgress() {
 
677
  // Generate HuggingFace URL for an audio file
678
  function getAudioUrl(filePath) {
679
  const fileName = filePath.split("/").pop();
680
+ return `https://huggingface.co/datasets/${HF_DATASET}/resolve/main/${filePath}`;
681
  }
682
 
683
  function updateProgress() {