Spaces:
Running
on
Zero
Running
on
Zero
Changing chunk length to 30 seconds for testing
Browse files- audio_processing.py +1 -1
audio_processing.py
CHANGED
@@ -11,7 +11,7 @@ import time
|
|
11 |
from difflib import SequenceMatcher
|
12 |
hf_token = os.getenv("HF_TOKEN")
|
13 |
|
14 |
-
CHUNK_LENGTH=
|
15 |
OVERLAP=0
|
16 |
import whisperx
|
17 |
import torch
|
|
|
11 |
from difflib import SequenceMatcher
|
12 |
hf_token = os.getenv("HF_TOKEN")
|
13 |
|
14 |
+
CHUNK_LENGTH=30
|
15 |
OVERLAP=0
|
16 |
import whisperx
|
17 |
import torch
|