multimodalart HF Staff commited on
Commit
00fe529
·
1 Parent(s): e45bb6a

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -179,7 +179,7 @@
179
  let time5GB = (5 * 1024 / speed) / 60;
180
  let time10GB = (10 * 1024 / speed) / 60;
181
 
182
- messageDiv.innerHTML = `All files uploaded successfully in ${elapsedTime.toFixed(2)} seconds, for all ${totalSizeMB.toFixed(2)} MB in the ${files.length} files, speed ${speed.toFixed(2)} MB/s.<br>To upload a 1GB model at this speed, it would take approximately ${time1GB.toFixed(2)} minutes.<br>To upload a 5GB model at this speed, it would take approximately ${time5GB.toFixed(2)} minutes.<br>To upload a 10GB model at this speed, it would take approximately ${time10GB.toFixed(2)} minutes.`;
183
  processingMessage.textContent = "All files processed";
184
  } else {
185
  messageDiv.textContent = 'Please select files to upload';
 
179
  let time5GB = (5 * 1024 / speed) / 60;
180
  let time10GB = (10 * 1024 / speed) / 60;
181
 
182
+ messageDiv.innerHTML = `All files uploaded successfully in ${elapsedTime.toFixed(2)} seconds, for all ${totalSizeMB.toFixed(2)} MB in the ${files.length} files, speed ${speed.toFixed(2)} MB/s.`;
183
  processingMessage.textContent = "All files processed";
184
  } else {
185
  messageDiv.textContent = 'Please select files to upload';