File size: 448 Bytes
5b0d6da
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
"""
Author: Tanmay Jain
Email: csetanmayjain@gmail.com
"""
import os
import subprocess


upload_files_path = '/home/akshat/v1/dependency/audio_logs'

hi_am_model_path = "./hi_am_model"

en_am_model_path = "./en_am_model"

        

# upload_files_path = '/home/tanmay/zb/docker_files_donot_delete/v1/audio_logs'
# hi_am_model_path = "/home/tanmay/zb/Conformer-CTC-BPE-Large.nemo"
# en_am_model_path = "/home/tanmay/zb/Conformer-CTC-BPE-Large.nemo"