Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|