Spaces:
Running
Running
Update index.js
Browse files
index.js
CHANGED
|
@@ -3,7 +3,7 @@ import cors from 'cors';
|
|
| 3 |
import { pipeline, env } from '@xenova/transformers';
|
| 4 |
import path from "path";
|
| 5 |
import { fileURLToPath } from 'url';
|
| 6 |
-
import textToSpeechAPI from './textToSpeech/textToSpeechAPI';
|
| 7 |
|
| 8 |
const __filename = fileURLToPath(import.meta.url);
|
| 9 |
const __dirname = path.dirname(__filename);
|
|
|
|
| 3 |
import { pipeline, env } from '@xenova/transformers';
|
| 4 |
import path from "path";
|
| 5 |
import { fileURLToPath } from 'url';
|
| 6 |
+
import textToSpeechAPI from './textToSpeech/textToSpeechAPI.js';
|
| 7 |
|
| 8 |
const __filename = fileURLToPath(import.meta.url);
|
| 9 |
const __dirname = path.dirname(__filename);
|