EllenBeta commited on
Commit
3e5df80
·
verified ·
1 Parent(s): e3acce9

Update templates/u_dash.html

Browse files
Files changed (1) hide show
  1. templates/u_dash.html +1 -1
templates/u_dash.html CHANGED
@@ -1822,7 +1822,7 @@
1822
 
1823
  const data = await res.json();
1824
 
1825
- if (data.status === "complete") {
1826
  stopPolling();
1827
  updateProgress(100, 'Voice generated successfully!');
1828
 
 
1822
 
1823
  const data = await res.json();
1824
 
1825
+ if (data.status === "completed") {
1826
  stopPolling();
1827
  updateProgress(100, 'Voice generated successfully!');
1828