Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Kr08
/
ASR_gradio
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
62b6f11
ASR_gradio
/
config.py
Kr08
Gradio ASR - first commit
f36e52e
verified
6 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