Commit History

feat: Update Gradio theme, header text, and model description in the 'About' section.
9d375e9
Running

Luis J Camargo commited on

Refactor UI: separate tables and add Advanced Options accordion
30e19d7

Luis J Camargo commited on

fix typo in requirements
1b87263

Luis J Camargo commited on

Replace UI labels with interactive Top-K DataFrame table
72cb2ee

Luis J Camargo commited on

fix: include '@' in family label stripping pattern
a0ff692

Luis J Camargo commited on

Map language code to inali_name and update UI label
59c3c55

Luis J Camargo commited on

Implement LabelExtractor to map predictions back to text labels
9218955

Luis J Camargo commited on

Decode output logits to text using tokenizer
fd7adc1

Luis J Camargo commited on

refactor
69358b9

Luis J Camargo commited 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 Camargo commited on

test pre return2
f36c0ac

Luis J Camargo commited on

test pre return
ec249fb

Luis J Camargo commited on

Add persistent UI logging for crash debugging
84dac14

Luis J Camargo commited on

feat: add audio normalization for int16 and int32 audio input arrays
40f26b2

Luis J Camargo commited on

feat: Add audio resampling to 16kHz before processing to ensure consistent input.
7c2c8fa

Luis J Camargo commited on

refactor: delegate audio normalization and resampling to the processor.
124a2d5

Luis J Camargo commited on

feat: Add detailed logging for audio processing and inference, remove unused imports, and adjust Gradio launch configuration.
a22ea4f

Luis J Camargo commited on

refactor: Remove unused imports and commented code, add detailed logging for audio processing, and update Gradio launch parameters.
90f1441

Luis J Camargo commited on

import fix
4e7deef

Luis J Camargo commited on

wrong class fix
9b7b4e8

Luis J Camargo commited on

Refactor: Simplify model loading by directly using `from_pretrained` for `WhisperEncoderOnlyForClassification` and removing explicit config and weight loading.
481d76f

Luis J Camargo commited on

gpu fixes
9ef9cfe

Luis J Camargo commited on

import fix
0afb51d

Luis J Camargo commited on

refactor: Streamline model loading by using `load_file` for safetensors and adjusting print statements.
3aa360d

Luis J Camargo commited on

Merge branch 'main' of https://huggingface.co/spaces/tachiwin/classifier
bb818a0

Luis J Camargo commited on

readme fixes
cc8155a

Luis J Camargo commited on

initial commit
d64229c
verified

ljcamargo commited on

initial commit
b0f692a

Luis J Camargo commited on