ccoreilly commited on
Commit
51e62ea
1 Parent(s): b79ce49
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def carrega_collectivat():
38
  return synthesizer
39
 
40
  def carrega_piper():
41
- return Piper(os.getcwd() + "/models/piper/ca-upc_ona-x-low.onnx"
42
 
43
 
44
  model_bsc = carrega_bsc()
 
38
  return synthesizer
39
 
40
  def carrega_piper():
41
+ return Piper(os.getcwd() + "/models/piper/ca-upc_ona-x-low.onnx")
42
 
43
 
44
  model_bsc = carrega_bsc()