Spaces:
Build error
Build error
Update REC_INTERVAL_IN_SECONDS config
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ import torchaudio.functional as F
|
|
11 |
LOGGING_FORMAT = '%(asctime)s %(message)s'
|
12 |
logging.basicConfig(format=LOGGING_FORMAT,level=logging.INFO)
|
13 |
|
14 |
-
REC_INTERVAL_IN_SECONDS =
|
15 |
|
16 |
# tmp dir to store audio files.
|
17 |
if not os.path.isdir('./tmp/'):
|
|
|
11 |
LOGGING_FORMAT = '%(asctime)s %(message)s'
|
12 |
logging.basicConfig(format=LOGGING_FORMAT,level=logging.INFO)
|
13 |
|
14 |
+
REC_INTERVAL_IN_SECONDS = 1
|
15 |
|
16 |
# tmp dir to store audio files.
|
17 |
if not os.path.isdir('./tmp/'):
|