Spaces:
Sleeping
Sleeping
Update routes/index.js
Browse files- routes/index.js +0 -2
routes/index.js
CHANGED
@@ -13,8 +13,6 @@ router.post('/talk', async function (req, res) {
|
|
13 |
|
14 |
const result = await textToSpeech(text, voice);
|
15 |
|
16 |
-
console.log("Blend Shapes:", result.blendData); // Logs blend shapes
|
17 |
-
console.log("Generated File:", result.filename); // Logs output filename
|
18 |
|
19 |
res.json(result);
|
20 |
} catch (err) {
|
|
|
13 |
|
14 |
const result = await textToSpeech(text, voice);
|
15 |
|
|
|
|
|
16 |
|
17 |
res.json(result);
|
18 |
} catch (err) {
|