plvictor commited on
Commit
90ca2b1
·
verified ·
1 Parent(s): caaa30e

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
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);