feat: Update Gradio theme, header text, and model description in the 'About' section.
9d375e9
Running
Luis J Camargocommited on
Refactor UI: separate tables and add Advanced Options accordion
30e19d7
Luis J Camargocommited on
fix typo in requirements
1b87263
Luis J Camargocommited on
Replace UI labels with interactive Top-K DataFrame table
72cb2ee
Luis J Camargocommited on
fix: include '@' in family label stripping pattern
a0ff692
Luis J Camargocommited on
Map language code to inali_name and update UI label
59c3c55
Luis J Camargocommited on
Implement LabelExtractor to map predictions back to text labels
9218955
Luis J Camargocommited on
Decode output logits to text using tokenizer
fd7adc1
Luis J Camargocommited on
refactor
69358b9
Luis J Camargocommited on
perf: Optimize CPU usage by setting PyTorch threads to 1 and enabling low memory model loading, and remove an unnecessary return.
68fabc6
Luis J Camargocommited on
test pre return2
f36c0ac
Luis J Camargocommited on
test pre return
ec249fb
Luis J Camargocommited on
Add persistent UI logging for crash debugging
84dac14
Luis J Camargocommited on
feat: add audio normalization for int16 and int32 audio input arrays
40f26b2
Luis J Camargocommited on
feat: Add audio resampling to 16kHz before processing to ensure consistent input.
7c2c8fa
Luis J Camargocommited on
refactor: delegate audio normalization and resampling to the processor.
124a2d5
Luis J Camargocommited on
feat: Add detailed logging for audio processing and inference, remove unused imports, and adjust Gradio launch configuration.
a22ea4f
Luis J Camargocommited on
refactor: Remove unused imports and commented code, add detailed logging for audio processing, and update Gradio launch parameters.
90f1441
Luis J Camargocommited on
import fix
4e7deef
Luis J Camargocommited on
wrong class fix
9b7b4e8
Luis J Camargocommited on
Refactor: Simplify model loading by directly using `from_pretrained` for `WhisperEncoderOnlyForClassification` and removing explicit config and weight loading.
481d76f
Luis J Camargocommited on
gpu fixes
9ef9cfe
Luis J Camargocommited on
import fix
0afb51d
Luis J Camargocommited on
refactor: Streamline model loading by using `load_file` for safetensors and adjusting print statements.
3aa360d
Luis J Camargocommited on
Merge branch 'main' of https://huggingface.co/spaces/tachiwin/classifier