osanseviero HF staff commited on
Commit
8772ca9
1 Parent(s): 7f6563e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ 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
- ubprocess.check_call([sys.executable, "-m", "pip", "install", "entmax"])
17
 
18
  from api import TextToSpeech
19
  from utils.audio import load_audio, get_voices
 
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"])
17
 
18
  from api import TextToSpeech
19
  from utils.audio import load_audio, get_voices