morsczx commited on
Commit
a6b210d
1 Parent(s): eed794d

update chunks length

Browse files
Files changed (1) hide show
  1. audio_processing.py +2 -2
audio_processing.py CHANGED
@@ -13,8 +13,8 @@ import spaces
13
 
14
  hf_token = os.getenv("HF_TOKEN")
15
 
16
- CHUNK_LENGTH = 30
17
- OVERLAP = 2
18
 
19
  logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(name)s - %(levelname)s - %(message)s')
20
  logger = logging.getLogger(__name__)
 
13
 
14
  hf_token = os.getenv("HF_TOKEN")
15
 
16
+ CHUNK_LENGTH = 5
17
+ OVERLAP = 0
18
 
19
  logging.basicConfig(level=logging.INFO, format='%(asctime)s - %(name)s - %(levelname)s - %(message)s')
20
  logger = logging.getLogger(__name__)