Akjava commited on
Commit
b055baf
·
verified ·
1 Parent(s): 2cd6dcc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ def greet(name):
17
  head = '''
18
  <script src="https://cdn.jsdelivr.net/npm/onnxruntime-web/dist/ort.webgpu.min.js" ></script>
19
  <script type="module">
20
- import { matcha_tts,env } from "https://akjava.github.io/Matcha-TTS-Japanese/js-esm/matcha_tts_onnx_en_dev.js";
21
  window.MatchaTTSEn = matcha_tts
22
  </script>
23
 
 
17
  head = '''
18
  <script src="https://cdn.jsdelivr.net/npm/onnxruntime-web/dist/ort.webgpu.min.js" ></script>
19
  <script type="module">
20
+ import { matcha_tts,env } from "https://akjava.github.io/Matcha-TTS-Japanese/js-esm/v001-20240921/matcha_tts_onnx_en.js";
21
  window.MatchaTTSEn = matcha_tts
22
  </script>
23