rahulshah63 commited on
Commit
c062c5b
1 Parent(s): f5c6e96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  import torch
2
  import os
3
  import torchaudio
 
1
+ import sys
2
+ sys.path.append('tacotron2/')
3
+ sys.path.append('tacotron2/waveglow')
4
+
5
  import torch
6
  import os
7
  import torchaudio