Update index.html
Browse files- 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}/
|
| 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() {
|