anyantudre commited on
Commit
7a38a58
1 Parent(s): 1d31b00

Update goai_tts.py

Browse files
Files changed (1) hide show
  1. goai_tts.py +1 -0
goai_tts.py CHANGED
@@ -1,4 +1,5 @@
1
  import time
 
2
  import numpy as np
3
  import scipy.io.wavfile
4
  from transformers import pipeline, set_seed
 
1
  import time
2
+ import torch
3
  import numpy as np
4
  import scipy.io.wavfile
5
  from transformers import pipeline, set_seed