Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
satyamr196
/
ASR-FairBench-Server
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fff62f1
ASR-FairBench-Server
Ctrl+K
Ctrl+K
1 contributor
History:
31 commits
satyamr196
Previous commit was a mistake, so undoing it using git revert.
fff62f1
about 1 month ago
utils
Previous commit was a mistake, so undoing it using git revert.
about 1 month ago
.gitattributes
Safe
1.61 kB
minor changes
about 2 months ago
ASR_Server.py
Safe
12.2 kB
1)Modified code to accomodate microsoft asr_models also which require their custom code to run, hence set trust_remote_code=True in pipe, 2)Added extra error handling, 3) Now, pipe is loaded in main thread instead of background thread.
about 2 months ago
Dockerfile
Safe
908 Bytes
fixing the error - WORKER TIMEOUT says gunicorn because it's taking too long to respond, hence using threading to run generateTranscription fxn in background
about 2 months ago
README.md
Safe
264 Bytes
initial commit
about 2 months ago
requirements.txt
Safe
189 Bytes
Previous commit was a mistake, so undoing it using git revert.
about 1 month ago
test.csv
Safe
531 kB
Major Update : created all the routes reqired, add utils folder containing helper fxns
about 2 months ago