zhenxuan commited on
Commit
e55e6c6
1 Parent(s): 8b82d90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ import torchaudio.functional as F
12
  LOGGING_FORMAT = '%(asctime)s %(message)s'
13
  logging.basicConfig(format=LOGGING_FORMAT,level=logging.INFO)
14
 
15
- REC_INTERVAL_IN_SECONDS = 1
16
 
17
  # tmp dir to store audio files.
18
  if not os.path.isdir('./tmp/'):
 
12
  LOGGING_FORMAT = '%(asctime)s %(message)s'
13
  logging.basicConfig(format=LOGGING_FORMAT,level=logging.INFO)
14
 
15
+ REC_INTERVAL_IN_SECONDS = 4
16
 
17
  # tmp dir to store audio files.
18
  if not os.path.isdir('./tmp/'):