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