sudip1310 commited on
Commit
436153a
1 Parent(s): 760e485

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -1,7 +1,7 @@
1
- git clone https://github.com/Emotional-Text-to-Speech/pytorch-dc-tts
2
- git clone --recursive https://github.com/Emotional-Text-to-Speech/tacotron_pytorch.git
3
- cd "tacotron_pytorch/" && pip install -e .
4
- mkdir trained_models
5
 
6
  import gdown
7
  url = 'https://drive.google.com/uc?id=1rmhtEl3N3kAfnQM6J0vDGSCCHlHLK6kw'
@@ -16,7 +16,7 @@ gdown.download(url, output, quiet=False)
16
  url = 'https://drive.google.com/uc?id=1N6Ykrd1IaPiNdos_iv0J6JbY2gBDghod'
17
  output = 'trained_models/disgust_tacotron.pth'
18
  gdown.download(url, output, quiet=False)
19
- url = 'https://drive.google.com/uc?id=15m0PZ8xaBocb_6wDjAU6S4Aunbr3TKkM'
20
  output = 'trained_models/amused_tacotron.pth'
21
  gdown.download(url, output, quiet=False)
22
  url = 'https://drive.google.com/uc?id=1D6HGWYWvhdvLWQt4uOYqdmuVO7ZVLWNa'
 
1
+ #git clone https://github.com/Emotional-Text-to-Speech/pytorch-dc-tts
2
+ #git clone --recursive https://github.com/Emotional-Text-to-Speech/tacotron_pytorch.git
3
+ #cd "tacotron_pytorch/" && pip install -e .
4
+ #mkdir trained_models
5
 
6
  import gdown
7
  url = 'https://drive.google.com/uc?id=1rmhtEl3N3kAfnQM6J0vDGSCCHlHLK6kw'
 
16
  url = 'https://drive.google.com/uc?id=1N6Ykrd1IaPiNdos_iv0J6JbY2gBDghod'
17
  output = 'trained_models/disgust_tacotron.pth'
18
  gdown.download(url, output, quiet=False)
19
+ url = 'https://drive.google.com/file/d/1xMGnS0vvgW703a9lGXeJNLK1G140RbNI/view?usp=share_link'
20
  output = 'trained_models/amused_tacotron.pth'
21
  gdown.download(url, output, quiet=False)
22
  url = 'https://drive.google.com/uc?id=1D6HGWYWvhdvLWQt4uOYqdmuVO7ZVLWNa'