mirror of https://github.com/coqui-ai/TTS.git
unix line endings
This commit is contained in:
parent
1f3067c15f
commit
461f144b17
1
.compute
1
.compute
|
@ -1,3 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
source ../tmp/venv/bin/activate
|
source ../tmp/venv/bin/activate
|
||||||
|
export PYTHONPATH='
|
||||||
python train.py --config_path config.json
|
python train.py --config_path config.json
|
|
@ -1,4 +1,4 @@
|
||||||
torch
|
torch>=0.4.0
|
||||||
librosa
|
librosa
|
||||||
inflect
|
inflect
|
||||||
unidecode
|
unidecode
|
||||||
|
|
Loading…
Reference in New Issue