harveen commited on
Commit
52fedde
·
1 Parent(s): bba1177
ttsv/utils/inference/transliterate.py CHANGED
@@ -11,7 +11,7 @@ import traceback
11
  import re
12
 
13
  #F_DIR = os.path.dirname(os.path.realpath(__file__))
14
- F_DIR = '../../checkpoints/'
15
 
16
  class XlitError(enum.Enum):
17
  lang_err = "Unsupported langauge ID requested ;( Please check available languages."
 
11
  import re
12
 
13
  #F_DIR = os.path.dirname(os.path.realpath(__file__))
14
+ F_DIR = '/home/user/app/ttsv/checkpoints/'
15
 
16
  class XlitError(enum.Enum):
17
  lang_err = "Unsupported langauge ID requested ;( Please check available languages."