osanseviero HF staff commited on
Commit
8bdd850
1 Parent(s): 62c989c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -11,6 +11,7 @@ import subprocess
11
  import sys
12
  os.system("git clone https://github.com/neonbjb/tortoise-tts.git")
13
  sys.path.append("tortoise-tts")
 
14
 
15
  # entmax could not be installed at same time as torch
16
  subprocess.check_call([sys.executable, "-m", "pip", "install", "entmax"])
 
11
  import sys
12
  os.system("git clone https://github.com/neonbjb/tortoise-tts.git")
13
  sys.path.append("tortoise-tts")
14
+ sys.path.append("tortoise-tts/data")
15
 
16
  # entmax could not be installed at same time as torch
17
  subprocess.check_call([sys.executable, "-m", "pip", "install", "entmax"])