Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Kr08
/
ASR_gradio
like
0
Build error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
Kr08
commited on
Sep 4, 2024
Commit
23a050b
·
verified
·
1 Parent(s):
12e8b2c
Delete config.py
Browse files
Files changed (1)
hide
show
config.py
+0
-8
config.py
DELETED
Viewed
@@ -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