Yurii Paniv commited on
Commit
858952b
1 Parent(s): fce8789

Processing status improvement

Browse files
Files changed (1) hide show
  1. static/main.js +1 -0
static/main.js CHANGED
@@ -18,6 +18,7 @@ function resultProcess(data) {
18
  }
19
 
20
  function exportWAV(blob) {
 
21
  var data = new FormData()
22
  data.append('file', blob);
23
  fetch(`./recognize`, { method: "POST", body: data })
 
18
  }
19
 
20
  function exportWAV(blob) {
21
+ actionButton.textContent = "Processing..."
22
  var data = new FormData()
23
  data.append('file', blob);
24
  fetch(`./recognize`, { method: "POST", body: data })