C2MV commited on
Commit
1adab2b
·
verified ·
1 Parent(s): 8f598b2

Update index.html

Browse files
Files changed (1) hide show
  1. 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