Kr08 commited on
Commit
23a050b
·
verified ·
1 Parent(s): 12e8b2c

Delete config.py

Browse files
Files changed (1) hide show
  1. config.py +0 -8
config.py DELETED
@@ -1,8 +0,0 @@
1
- # Audio processing constants
2
- SAMPLING_RATE = 16000
3
- CHUNK_LENGTH_S = 20 # 20 seconds per chunk
4
-
5
- # Model constants
6
- WHISPER_MODEL_SIZE = "small"
7
-
8
- # Other constants can be added here as needed