Pepguy commited on
Commit
89d7017
·
verified ·
1 Parent(s): 381e7fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -53,10 +53,6 @@ out.textContent = 'text_seconds: ' + data.timings.text_seconds +
53
  ', tts_seconds: ' + data.timings.tts_seconds +
54
  ', total_seconds: ' + data.timings.total_seconds;
55
 
56
- timings": {
57
- "text_seconds": round(t1 - t0, 3),
58
- "tts_seconds": round(tts_end - tts_start, 3),
59
- "total_seconds": round(t_total, 3)
60
  return;
61
  }
62
 
 
53
  ', tts_seconds: ' + data.timings.tts_seconds +
54
  ', total_seconds: ' + data.timings.total_seconds;
55
 
 
 
 
 
56
  return;
57
  }
58