Kevin676 commited on
Commit
9fd9c71
·
1 Parent(s): 9892d76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import git
5
  import os
6
  os.system('git clone https://github.com/Edresson/Coqui-TTS -b multilingual-torchaudio-SE TTS')
7
  os.system('pip install -q -e TTS/')
8
- #os.system('pip install -q torchaudio==0.9.0')
9
 
10
  import sys
11
  TTS_PATH = "TTS/"
 
5
  import os
6
  os.system('git clone https://github.com/Edresson/Coqui-TTS -b multilingual-torchaudio-SE TTS')
7
  os.system('pip install -q -e TTS/')
8
+ os.system('pip install -q torchaudio==0.9.0')
9
 
10
  import sys
11
  TTS_PATH = "TTS/"