RobCaamano commited on
Commit
5348339
1 Parent(s): bf76ebe

Update tts.py

Browse files
Files changed (1) hide show
  1. tts.py +1 -0
tts.py CHANGED
@@ -5,6 +5,7 @@ import re
5
  import ffmpeg
6
  import shutil
7
  import argparse
 
8
 
9
  os.environ["COQUI_TOS_AGREED"] = "1"
10
 
 
5
  import ffmpeg
6
  import shutil
7
  import argparse
8
+ import torch
9
 
10
  os.environ["COQUI_TOS_AGREED"] = "1"
11