Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Kr08
/
ASR
like
0
Running
on
Zero
App
Files
Files
Community
2
Kr08
commited on
Aug 25
Commit
5096cb5
•
1 Parent(s):
f0f9802
created configuration file
Browse files
Files changed (1)
hide
show
config.py
+8
-0
config.py
ADDED
Viewed
@@ -0,0 +1,8 @@
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