multimodalart HF Staff commited on
Commit
7a23143
·
1 Parent(s): 49746af

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -1
index.html CHANGED
@@ -26,7 +26,7 @@
26
  <input type="file" id="fileUpload" multiple>
27
  <button id="uploadButton">Upload Files</button>
28
  <div id="processingMessage"></div>
29
- <progress id="progressBar" value="0" max="100"></progress>
30
  <div id="message"></div>
31
  <div id="error"></div>
32
 
@@ -51,6 +51,7 @@
51
 
52
  // Replace the global fetch function
53
  let progressMap = new Map();
 
54
 
55
  fetch = (url, init) => {
56
  console.log(url, init)
 
26
  <input type="file" id="fileUpload" multiple>
27
  <button id="uploadButton">Upload Files</button>
28
  <div id="processingMessage"></div>
29
+ <div style="display:flex"><progress id="progressBar" value="0" max="100"></progress><span id="speedDisplay"></span></div>
30
  <div id="message"></div>
31
  <div id="error"></div>
32
 
 
51
 
52
  // Replace the global fetch function
53
  let progressMap = new Map();
54
+ let startTime = 0;
55
 
56
  fetch = (url, init) => {
57
  console.log(url, init)