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
5096cb5
ASR
/
config.py
Kr08
created configuration file
5096cb5
verified
3 months ago
raw
Copy download link
history
blame
Safe
189 Bytes
# Audio processing constants
SAMPLING_RATE =
16000
CHUNK_LENGTH_S =
20
# 20 seconds per chunk
# Model constants
WHISPER_MODEL_SIZE =
"small"
# Other constants can be added here as needed