Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -94,7 +94,7 @@ Extract the CSV file (file1) from the ZIP archive (observations), clean and filt
|
|
94 |
user_input: userInput,
|
95 |
max_new_tokens: maxNewTokens,
|
96 |
model: model,
|
97 |
-
files: [new File([fileBlob], "observations.zip")], // Convertir el blob en un objeto File
|
98 |
});
|
99 |
|
100 |
// Mostrar los resultados
|
|
|
94 |
user_input: userInput,
|
95 |
max_new_tokens: maxNewTokens,
|
96 |
model: model,
|
97 |
+
files: [new File([fileBlob], "https://huggingface.co/datasets/C2MV/RIMU/resolve/main/observations.zip")], // Convertir el blob en un objeto File
|
98 |
});
|
99 |
|
100 |
// Mostrar los resultados
|