Pepguy commited on
Commit
3ae06f6
·
verified ·
1 Parent(s): adcce6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ out.textContent = 'text_seconds: ' + data.timings.text_seconds +
53
  ', tts_seconds: ' + data.timings.tts_seconds +
54
  ', total_seconds: ' + data.timings.total_seconds;
55
 
56
- return;
57
  }
58
 
59
  // out.textContent = data.text || "(no text)";
 
53
  ', tts_seconds: ' + data.timings.tts_seconds +
54
  ', total_seconds: ' + data.timings.total_seconds;
55
 
56
+ // return;
57
  }
58
 
59
  // out.textContent = data.text || "(no text)";