tuna2134 commited on
Commit
de2f3c2
·
verified ·
1 Parent(s): 0914182

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ with open("uji-tts_amitaro.onnx", "rb") as f:
9
  model = f.read()
10
 
11
 
12
- matcha = pymatcha.Matcha(vocoder, model)
13
 
14
 
15
  def generate(text):
 
9
  model = f.read()
10
 
11
 
12
+ matcha = pymatcha.Matcha(model, vocoder)
13
 
14
 
15
  def generate(text):